Skip to content

Commit

Permalink
add orginWihitelist={['*']} to index.ios.js to fix facebook/react-nat…
Browse files Browse the repository at this point in the history
  • Loading branch information
iou90 committed Jul 12, 2018
1 parent 94a7721 commit c4314dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoHeightWebView/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export default class AutoHeightWebView extends PureComponent {
]}
>
<WebView
originWhitelist={['*']}
ref={this.getWebView}
onError={onError}
onLoad={onLoad}
Expand Down

0 comments on commit c4314dc

Please sign in to comment.