React Native
The React Native SDK provides a wrapper around the Checker SDK
The Prembly React Native SDK provides a simple hook to integrate identity verification, KYC, and liveness checks directly into your React native applications with minimal configuration.
Available React Native Packages
| Package/SDK | Environment | Description | Package/Documentation |
|---|---|---|---|
| prembly-react-native | React Native | Mobile-native components supporting camera access, document capture, and biometric checks on iOS/Android. | https://www.npmjs.com/package/prembly-react-native\| https://docs.prembly.com/docs/react-native |
Configuration parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| widget_key | string | Yes | Your public API key from the Prembly dashboard. |
| widget_id | string | Yes | The specific verification workflow ID created in your dashboard. |
| string | Yes | The user's email address. | |
| first_name | string | Optional | User's first name to pre-fill the form. |
| last_name | string | Optional | User's last name to pre-fill the form. |
| phone | string | Optional | User's phone number. |
| metadata | object | Optional | Custom key-value pairs (e.g., transaction_id) passed back in response callbacks. |
| callback | function | Yes |
Updated 2 days ago
Did this page help you?
