react-native-kalapa-ekyc 1.2.7 → 1.2.9

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,9 +3,14 @@
3
3
  Complete guide for integrating Kalapa eKYC functionality into your React Native applications.
4
4
  ---
5
5
  ## Changelog
6
+ ### 1.2.9
7
+ - **React-Native**: Add `customer_language` into config.
8
+ - **Android**: Fix obfuscation error
9
+ ### 1.2.8
10
+ - **Android**: Update stable version for NFC step.
6
11
  ### 1.2.7
7
12
  - **Android**: Update config to scan QR code or not.
8
- - **Android**: Introduce config require_qr in AppConfig
13
+ - **React-Native**: Introduce config require_qr in AppConfig
9
14
  ### 1.2.6
10
15
  - **Android**: Minor update, UI / UX optimize. Stable version
11
16
  ### 1.2.5
@@ -104,7 +109,7 @@ Add to your `app/package.json`:
104
109
 
105
110
  ```json
106
111
  "dependencies": {
107
- "react-native-kalapa-ekyc": "^1.2.7"
112
+ "react-native-kalapa-ekyc": "^1.2.9"
108
113
  }
109
114
  ```
110
115
 
@@ -174,7 +179,8 @@ let configInfo = {
174
179
  qr_code: <INPUT_QR_CODE>,
175
180
  allow_mrz_rescan_on_nfc_mismatch: <ALLOW_MRZ_RESCAN_ON_NFC_MISMATCH>,
176
181
  with_confirm_screen: <WITH_CONFIRM_SCREEN>,
177
- require_qr: <REQUIRE_QR>
182
+ require_qr: <REQUIRE_QR>,
183
+ customer_language: <CUSTOMER_LANGUAGE>
178
184
  }
179
185
  ```
180
186
 
@@ -197,6 +203,7 @@ let configInfo = {
197
203
  | `ALLOW_MRZ_RESCAN_ON_NFC_MISMATCH` | Boolean | If `true`, allows user to rescan MRZ when chip data doesn't match input MRZ |
198
204
  | `WITH_CONFIRM_SCREEN` | Boolean | If `true`, allows user to enter confirm step |
199
205
  | `REQUIRE_QR` | Boolean | If `true`, SDK will scan for QR Code and may reduce the MRZ step when enter the NFC step. |
206
+ | `CUSTOMER_LANGUAGE` | String | Default "", If you want to custom your own language, contact Kalapa in order to use this feature. |
200
207
  ---
201
208
 
202
209
  ### 3. Define the SDK Flow
File without changes
@@ -1,2 +1,2 @@
1
- #Sat Aug 24 14:59:05 ICT 2024
2
- gradle.version=8.9
1
+ #Thu Mar 26 11:25:56 ICT 2026
2
+ gradle.version=9.0-milestone-1
@@ -0,0 +1,2 @@
1
+ #Thu Mar 26 11:22:42 ICT 2026
2
+ java.home=/Applications/Android Studio.app/Contents/jbr/Contents/Home
@@ -0,0 +1,6 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="AndroidProjectSystem">
4
+ <option name="providerId" value="com.android.tools.idea.GradleProjectSystem" />
5
+ </component>
6
+ </project>