fix iOS bug - rn 0.56

This commit is contained in:
Łukasz Kubica 2018-07-04 12:55:04 +02:00
parent 6ef4ec1585
commit f474c16e09
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ var Canvas = createReactClass({
scrollEnabled={false}
onLoad={this.props.onLoad}
onLoadEnd={this.props.onLoadEnd}
originWhitelist={['*']}
/>
</View>
);