react-native-kalapa-ekyc 1.2.4 → 1.2.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.
- package/README.md +5 -1
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
Complete guide for integrating Kalapa eKYC functionality into your React Native applications.
|
|
4
4
|
---
|
|
5
5
|
## Changelog
|
|
6
|
+
### 1.2.6
|
|
7
|
+
- **Android**: Minor update, UI / UX optimize. Stable version
|
|
8
|
+
### 1.2.5
|
|
9
|
+
- **Android**: Fix NFC step error UNKNOWN rarely happens on some device like Samsung Note 10
|
|
6
10
|
### 1.2.4
|
|
7
11
|
- **Android**: Optimize UI / UX in NFC step
|
|
8
12
|
- **React-Native**: show to skip / show confirm screen.
|
|
@@ -97,7 +101,7 @@ Add to your `app/package.json`:
|
|
|
97
101
|
|
|
98
102
|
```json
|
|
99
103
|
"dependencies": {
|
|
100
|
-
"react-native-kalapa-ekyc": "^1.2.
|
|
104
|
+
"react-native-kalapa-ekyc": "^1.2.6"
|
|
101
105
|
}
|
|
102
106
|
```
|
|
103
107
|
|
package/android/build.gradle
CHANGED