react-native-kalapa-ekyc 1.2.4 → 1.2.5

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/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  Complete guide for integrating Kalapa eKYC functionality into your React Native applications.
4
4
  ---
5
5
  ## Changelog
6
+ ### 1.2.5
7
+ - **Android**: Fix NFC step error UNKNOWN rarely happens on some device like Samsung Note 10
6
8
  ### 1.2.4
7
9
  - **Android**: Optimize UI / UX in NFC step
8
10
  - **React-Native**: show to skip / show confirm screen.
@@ -56,5 +56,5 @@ dependencies {
56
56
  //noinspection GradleDynamicVersion
57
57
  implementation "com.facebook.react:react-native:+" // From node_modules
58
58
  //kalapasdk
59
- implementation 'vn.kalapa:ekyc:2.11.3'
59
+ implementation 'vn.kalapa:ekyc:2.11.4'
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-kalapa-ekyc",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "React Native SDK for Kalapa eKYC integration",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",