React Native
This document explains how to integrate the Orba One authentication flow into your React Native application.
1. Installation
npm install @orbaone/react-native-orba-one
# OR
yarn add @orbaone/react-native-orba-one2. Linking
iOS
<key>NSCameraUsageDescription</key>
<string>Required for Facial and Document capture.</string>
<key>NSMicrophoneUsageDescription</key>
<string>Required for Audio capture.</string>Android
3. Usage
4. Starting the Verification Flow
5. Adding Customizations
6. Handling Verifications
Troubleshooting
Contributing
Last updated