ソースを参照

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}