소스 검색

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,