fix iOS bug - rn 0.56
This commit is contained in:
parent
6ef4ec1585
commit
f474c16e09
|
@ -36,6 +36,7 @@ var Canvas = createReactClass({
|
|||
scrollEnabled={false}
|
||||
onLoad={this.props.onLoad}
|
||||
onLoadEnd={this.props.onLoadEnd}
|
||||
originWhitelist={['*']}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue