@blotoutio/edgetag-sdk-react-native
Advanced tools
Comparing version 0.3.0 to 0.4.0
@@ -6,3 +6,6 @@ declare const EdgeTag: { | ||
user: any; | ||
data: any; | ||
getData: any; | ||
getKeys: any; | ||
}; | ||
export default EdgeTag; |
@@ -6,5 +6,8 @@ import { NativeModules } from 'react-native'; | ||
tag: NativeModules.RNEdgeTagSDKModule.tag, | ||
user: NativeModules.RNEdgeTagSDKModule.user | ||
user: NativeModules.RNEdgeTagSDKModule.user, | ||
data: NativeModules.RNEdgeTagSDKModule.data, | ||
getData: NativeModules.RNEdgeTagSDKModule.getData, | ||
getKeys: NativeModules.RNEdgeTagSDKModule.getKeys, | ||
}; | ||
export default EdgeTag; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@blotoutio/edgetag-sdk-react-native", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"homepage": "https://github.com/blotoutio/solutions", | ||
@@ -5,0 +5,0 @@ "description": "Edgetag React Native Library", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
34266
21