ソースを参照

fix index.android.js

iou90 8 年 前
コミット
79af40ae55
共有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
-    ...WebView.propTypes,
78
+    ...View.propTypes,
79 79
     html: PropTypes.string,
80 80
     onHeightUpdated: PropTypes.func,
81 81
     customScript: PropTypes.string,