소스 검색

add orginWihitelist={['*']} to index.ios.js to fix https://github.com/facebook/react-native/issues/19986 error

iou90 6 년 전
부모
커밋
c4314dceb5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      autoHeightWebView/index.ios.js

+ 1
- 0
autoHeightWebView/index.ios.js 파일 보기

@@ -138,6 +138,7 @@ export default class AutoHeightWebView extends PureComponent {
138 138
         ]}
139 139
       >
140 140
         <WebView
141
+          originWhitelist={['*']}
141 142
           ref={this.getWebView}
142 143
           onError={onError}
143 144
           onLoad={onLoad}