react-native-mdl-verification 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -107,6 +107,8 @@ class MdlVerificationBridge(reactContext: ReactApplicationContext) :
107
107
 
108
108
  coordinator = MdlVerificationCoordinator(currentActivity)
109
109
  coordinator.initSDK(licenseKey)
110
+ local_licenseKey = licenseKey;
111
+ local_applicationId = currentActivity.getApplicationId();
110
112
 
111
113
  promise.resolve("SDK initialized successfully")
112
114
  Log.d(TAG, "SDK initialized successfully")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-mdl-verification",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "React Native bridge for MDL (Mobile Driver's License) verification using CheckMDL SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",