浏览代码

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,