Преглед изворни кода

fix index.android.js; update version to 0.0.3

iou90 пре 7 година
родитељ
комит
5d3fe7f950
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      autoHeightWebView/index.android.js

+ 1
- 1
autoHeightWebView/index.android.js Прегледај датотеку

@@ -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,