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
idealdev00000 committed Jul 12, 2018
1 parent 637e9de commit cf7b6d3
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 cf7b6d3

Please sign in to comment.