react-native-hyperkyc-sdk 0.3.7-alpha01 → 0.3.7

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # 0.3.7 [11 Aug 2022]
2
+ 1. Added support for the new response structure in HyperKYC native SDKs
3
+ 2. Added support for default language code
4
+
1
5
  # 0.3.6 [28 July 2022]
2
6
  1. Fixed issue with missing headers in Android
3
7
 
package/README.md CHANGED
@@ -24,7 +24,7 @@ const { Hyperkyc } = NativeModules
24
24
  inputsDictionary["bvnNumber"] = "number-123"
25
25
  inputsDictionary["image"] = "image-path"
26
26
 
27
-
27
+ // configDictionary["defaultLangCode"] = "vn"
28
28
  configDictionary["inputs"] = inputsDictionary
29
29
 
30
30
  configDictionary["transactionId"] = transactionId
@@ -1,4 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <Workspace
3
3
  version = "1.0">
4
+ <FileRef
5
+ location = "self:">
6
+ </FileRef>
4
7
  </Workspace>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-hyperkyc-sdk",
3
- "version": "0.3.7-alpha01",
3
+ "version": "0.3.7",
4
4
  "description": "React Native wrapper for HyperKYC SDK",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",