react-native-kalapa-ekyc 1.2.7 → 1.2.8
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 +4 -2
- package/android/build.gradle +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,8 +4,10 @@ Complete guide for integrating Kalapa eKYC functionality into your React Native
|
|
|
4
4
|
---
|
|
5
5
|
## Changelog
|
|
6
6
|
### 1.2.7
|
|
7
|
+
- **Android**: Update stable version for NFC step.
|
|
8
|
+
### 1.2.7
|
|
7
9
|
- **Android**: Update config to scan QR code or not.
|
|
8
|
-
- **
|
|
10
|
+
- **React-Native**: Introduce config require_qr in AppConfig
|
|
9
11
|
### 1.2.6
|
|
10
12
|
- **Android**: Minor update, UI / UX optimize. Stable version
|
|
11
13
|
### 1.2.5
|
|
@@ -104,7 +106,7 @@ Add to your `app/package.json`:
|
|
|
104
106
|
|
|
105
107
|
```json
|
|
106
108
|
"dependencies": {
|
|
107
|
-
"react-native-kalapa-ekyc": "^1.2.
|
|
109
|
+
"react-native-kalapa-ekyc": "^1.2.8"
|
|
108
110
|
}
|
|
109
111
|
```
|
|
110
112
|
|
package/android/build.gradle
CHANGED