@trustchex/react-native-sdk 1.162.7 → 1.162.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.
Files changed (2) hide show
  1. package/README.md +6 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -63,11 +63,14 @@ module.exports = {
63
63
  ```xml
64
64
  <!-- Permissions -->
65
65
  <key>NSCameraUsageDescription</key>
66
- <string>Camera access for document scanning and selfie capture</string>
66
+ <string>The app captures images of your ID, passport, and face, and records a video for
67
+ secure identity verification and ensure compliance with KYC regulations.</string>
67
68
  <key>NSMicrophoneUsageDescription</key>
68
- <string>Microphone access for video recording during verification</string>
69
+ <string>The app records a video with audio for secure identity verification and ensure
70
+ compliance with KYC regulations.</string>
69
71
  <key>NFCReaderUsageDescription</key>
70
- <string>NFC access to read electronic ID cards</string>
72
+ <string>The app securely reads ID or passport data using NFC to verify your identity and
73
+ ensure compliance with KYC regulations.</string>
71
74
 
72
75
  <!-- NFC Configuration -->
73
76
  <key>com.apple.developer.nfc.readersession.formats</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustchex/react-native-sdk",
3
- "version": "1.162.7",
3
+ "version": "1.162.8",
4
4
  "description": "Trustchex mobile app react native SDK for android or ios devices",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",