react-native-qrcode
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -17,3 +17,5 @@ 'use strict'; | ||
context: PropTypes.object, | ||
render: PropTypes.func.isRequired | ||
render: PropTypes.func.isRequired, | ||
onLoad: PropTypes.func, | ||
onLoadEnd: PropTypes.func, | ||
}, | ||
@@ -36,2 +38,5 @@ | ||
scrollEnabled={false} | ||
onLoad={this.props.onLoad} | ||
onLoadEnd={this.props.onLoadEnd} | ||
originWhitelist={['*']} | ||
/> | ||
@@ -38,0 +43,0 @@ </View> |
@@ -56,2 +56,4 @@ 'use strict'; | ||
fgColor: PropTypes.string, | ||
onLoad: PropTypes.func, | ||
onLoadEnd: PropTypes.func, | ||
}, | ||
@@ -65,2 +67,4 @@ | ||
size: 128, | ||
onLoad: () => {}, | ||
onLoadEnd: () => {}, | ||
} | ||
@@ -103,2 +107,4 @@ }, | ||
render={renderCanvas} | ||
onLoad={this.props.onLoad} | ||
onLoadEnd={this.props.onLoadEnd} | ||
style={{height: size, width: size}} | ||
@@ -105,0 +111,0 @@ /> |
{ | ||
"name": "react-native-qrcode", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"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
38313
149
7