Skip to content

Commit

Permalink
fixing iOS load issue with react native 0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
virdesai authored and seekshiva committed Aug 15, 2018
1 parent ea5556d commit 1976498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SvgImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class SvgImage extends Component {
return (
<View pointerEvents="none" style={[props.style, props.containerStyle]}>
<WebView
originWhitelist={['*']}
scalesPageToFit={true}
style={[
{
Expand Down

0 comments on commit 1976498

Please sign in to comment.