瀏覽代碼

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}