react-native-qrcode-svg
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-native-qrcode-svg", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A QR Code generator for React Native based on react-native-svg and javascript-qrcode.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,10 +13,16 @@ # react-native-qrcode-svg | ||
... | ||
render( | ||
<QRCode | ||
size={300} | ||
value="this is a qr code." | ||
color="blue" | ||
backgroundColor="red" | ||
/> | ||
); | ||
render() { | ||
... | ||
return ( | ||
... | ||
<QRCode | ||
size={300} | ||
value="this is a qr code." | ||
color="blue" | ||
backgroundColor="red" | ||
/> | ||
... | ||
); | ||
... | ||
}; | ||
... | ||
@@ -23,0 +29,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4906
32