mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-01-24 01:21:03 +00:00
Fix warning
This commit is contained in:
parent
8b06845e97
commit
067adc2675
@ -25,7 +25,7 @@ var Canvas = React.createClass({
|
|||||||
opaque={false}
|
opaque={false}
|
||||||
underlayColor={'transparent'}
|
underlayColor={'transparent'}
|
||||||
style={this.props.style}
|
style={this.props.style}
|
||||||
javaScriptEnabledAndroid={true}
|
javaScriptEnabled={true}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user