Browse Source

fix index.android.js; update version to 0.0.3

iou90 7 years ago
parent
commit
5d3fe7f950
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      autoHeightWebView/index.android.js

+ 1
- 1
autoHeightWebView/index.android.js View File

75
 }
75
 }
76
 
76
 
77
 AutoHeightWebView.propTypes = {
77
 AutoHeightWebView.propTypes = {
78
-    ...View.propTypes,
78
+    ...WebView.propTypes,
79
     html: PropTypes.string,
79
     html: PropTypes.string,
80
     onHeightUpdated: PropTypes.func,
80
     onHeightUpdated: PropTypes.func,
81
     customScript: PropTypes.string,
81
     customScript: PropTypes.string,