mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-01-23 17:11:00 +00:00
Fix warning
This commit is contained in:
parent
8b06845e97
commit
067adc2675
@ -25,11 +25,11 @@ 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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = Canvas;
|
module.exports = Canvas;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user