Last updated
Last updated
This SDK is tested with @bam.tech/react-native-image-resizer version 3.0.7, you can use latest if doesn't work. Kindly use version 3.0.7
Android:
Add the following uses-permission to your AndroidManifest.xml (usually found at: android/app/src/main/)
IOS
Add the following usage descriptions to your Info.plist (usually found at: ios/PROJECT_NAME/)
Add to your dependencies in android/app/build.gradle
Android
Add this in your android/app/build.gradle If not already added.
IOS
Add this to info.plist if you have issues in showing icons from react native vector icons
Add this in your podfile
RUN
You would need to generate EKYC Link through the API here:
In the response use the key "data" to initiate the SDK
Advance Usage
Vector icons are causing an issue in the release build in version <= 9.2.0 in android. There is an ongoing discussion about it. Simple fix until the new version is released.
Go to node_modules/react-native-vector-icons/fonts.gradle
Add this 👇
Sometimes it's better to reinstall all the node_modules and pods again
2024-05-03 -- 1.0.7
Added Callback for LivenessFailed
2024-05-03 -- 1.0.6
Update for Vision Camera V4 (4.5.3)
Support for the React Native 0.74.X
2024-05-03 -- 1.0.5
Update For Removing Client ID and Secret replaced with Generated EKYC Link
2024-02-26 -- 1.0.4
Update For Issue 413, Resize/Compress Image Added
2024-02-25 -- 1.0.3
Update Guidance Gifs
2024-02-25 -- 1.0.2
Update Vector Icon to Latest
2024-02-14 -- 1.0.1
Upgraded React Vision Camera V2 to V3
2024-1-24 -- 1.0.0
Initial Release for FACEKI BLAZE 3.0
More information:
For More Information & Detailed Guide About Icons:
To request camera permissions from users on iOS in your app, you can utilize the 'react-native-permissions' package. However, for Android devices, the camera permission is by default handled by the package.
You can read on 👉
Contact us on WhatsApp
SDK For React Native