react-native-kalapa-ekyc 1.2.8 → 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,7 +3,10 @@
3
3
  Complete guide for integrating Kalapa eKYC functionality into your React Native applications.
4
4
  ---
5
5
  ## Changelog
6
- ### 1.2.7
6
+ ### 1.2.9
7
+ - **React-Native**: Add `customer_language` into config.
8
+ - **Android**: Fix obfuscation error
9
+ ### 1.2.8
7
10
  - **Android**: Update stable version for NFC step.
8
11
  ### 1.2.7
9
12
  - **Android**: Update config to scan QR code or not.
@@ -106,7 +109,7 @@ Add to your `app/package.json`:
106
109
 
107
110
  ```json
108
111
  "dependencies": {
109
- "react-native-kalapa-ekyc": "^1.2.8"
112
+ "react-native-kalapa-ekyc": "^1.2.9"
110
113
  }
111
114
  ```
112
115
 
@@ -176,7 +179,8 @@ let configInfo = {
176
179
  qr_code: <INPUT_QR_CODE>,
177
180
  allow_mrz_rescan_on_nfc_mismatch: <ALLOW_MRZ_RESCAN_ON_NFC_MISMATCH>,
178
181
  with_confirm_screen: <WITH_CONFIRM_SCREEN>,
179
- require_qr: <REQUIRE_QR>
182
+ require_qr: <REQUIRE_QR>,
183
+ customer_language: <CUSTOMER_LANGUAGE>
180
184
  }
181
185
  ```
182
186
 
@@ -199,6 +203,7 @@ let configInfo = {
199
203
  | `ALLOW_MRZ_RESCAN_ON_NFC_MISMATCH` | Boolean | If `true`, allows user to rescan MRZ when chip data doesn't match input MRZ |
200
204
  | `WITH_CONFIRM_SCREEN` | Boolean | If `true`, allows user to enter confirm step |
201
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. |
202
207
  ---
203
208
 
204
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>