mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-02-18 05:16:48 +00:00
fix iOS bug - rn 0.56
This commit is contained in:
parent
6ef4ec1585
commit
f474c16e09
@ -36,6 +36,7 @@ var Canvas = createReactClass({
|
|||||||
scrollEnabled={false}
|
scrollEnabled={false}
|
||||||
onLoad={this.props.onLoad}
|
onLoad={this.props.onLoad}
|
||||||
onLoadEnd={this.props.onLoadEnd}
|
onLoadEnd={this.props.onLoadEnd}
|
||||||
|
originWhitelist={['*']}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user