react-native-qrcode
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -24,3 +24,3 @@ 'use strict'; | ||
contentInset={{top: 0, right: 0, bottom: 0, left: 0}} | ||
source={{html: "<style>*{margin:0;padding:0;}canvas{position:absolute;transform:translateZ(0);}</style><canvas></canvas><script>var canvas = document.querySelector('canvas');(" + renderString + ").call(" + contextString + ", canvas);</script>"}} | ||
source={{html: "<style>*{margin:0;padding:0;}canvas{transform:translateZ(0);}</style><canvas></canvas><script>var canvas = document.querySelector('canvas');(" + renderString + ").call(" + contextString + ", canvas);</script>"}} | ||
opaque={false} | ||
@@ -27,0 +27,0 @@ underlayColor={'transparent'} |
{ | ||
"name": "react-native-qrcode", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "react-native qrocode generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6694