mirror of
https://github.com/status-im/react-native-qrcode.git
synced 2025-01-23 09:00:37 +00:00
Fix white background issue
This commit is contained in:
parent
25ff1d1c7f
commit
58af1c00a7
@ -104,7 +104,7 @@ var QRCode = createReactClass({
|
||||
render={renderCanvas}
|
||||
onLoad={this.props.onLoad}
|
||||
onLoadEnd={this.props.onLoadEnd}
|
||||
style={{height: size, width: size}}
|
||||
style={{height: size, width: size, backgroundColor: 'transparent'}}
|
||||
/>
|
||||
</View>
|
||||
);
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-qrcode",
|
||||
"version": "0.2.7",
|
||||
"version": "0.2.8",
|
||||
"description": "react-native qrocode generator",
|
||||
"main": "index.js",
|
||||
"repository": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user