Skip to content

Commit

Permalink
fix iOS bug - rn 0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukkub committed Jul 4, 2018
1 parent 6ef4ec1 commit f474c16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Canvas.js
Expand Up @@ -36,6 +36,7 @@ var Canvas = createReactClass({
scrollEnabled={false}
onLoad={this.props.onLoad}
onLoadEnd={this.props.onLoadEnd}
originWhitelist={['*']}
/>
</View>
);
Expand Down

0 comments on commit f474c16

Please sign in to comment.