Przeglądaj źródła

fix index.android.js; update version to 0.0.3

iou90 7 lat temu
rodzic
commit
5d3fe7f950
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      autoHeightWebView/index.android.js

+ 1
- 1
autoHeightWebView/index.android.js Wyświetl plik

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