Merge pull request #61 from Experty/master

Fix iOS bug - rn 0.56
This commit is contained in:
cssivision 2018-07-14 18:27:10 +08:00 committed by GitHub
commit 50630e628c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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