This repository serves as an example of how to integrate Alice Onboarding React-Native SDK into an application.
Alice Onboarding React-Native SDK is a collection of software development tools to make easier the integration of Alice Onboarding service.
Its main features are:
- Automatic capture of documents and video selfie of the user in real time from the camera of your device.
- Communication with the onboarding API to facilitate rapid integration and development.
- Management of the onboarding flow configuration: requested documents and order.
At the project's root
yarn install
brew install ios-deploy
cd ios
pod install --repo-update
npx react-native run-ios
npx react-native run-android
If the installation fails and your phone displays a Could not connect to development server
error:
- Please make sure your device is in the same network that your computer.
- Shake your device, a dialog should pop-up.
- Go to
Settings>Debug server host&port for device
. - Introduce your local IP and port 8081.
Refer to https://docs.alicebiometrics.com/onboarding/sections/mobile_client_side_sdks/react_native/