소스 검색

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,