Parcourir la source

fix index.android.js; update version to 0.0.3

iou90 il y a 7 ans
Parent
révision
5d3fe7f950
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      autoHeightWebView/index.android.js

+ 1
- 1
autoHeightWebView/index.android.js Voir le fichier

@@ -75,7 +75,7 @@ export default class AutoHeightWebView extends Component {
75 75
 }
76 76
 
77 77
 AutoHeightWebView.propTypes = {
78
-    ...View.propTypes,
78
+    ...WebView.propTypes,
79 79
     html: PropTypes.string,
80 80
     onHeightUpdated: PropTypes.func,
81 81
     customScript: PropTypes.string,