Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 2.57 KB

File metadata and controls

59 lines (36 loc) · 2.57 KB

idcheckio-sdkweb-example-web-reactnative-expo

image

AriadNEXT IDCHECK.IO SDK Web enables you to easily integrate a document capture and identity verification workflow into your user onboarding or verification process, thanks to an API and a widget.

This project is an example of an integration of the idcheckio sdkweb in a React Native App to easily integrate a document capture and identification solution in your user acquisition path.

Prerequisites

Before started, please make sure you have been in contact with the AriadNEXT team and they provide you credentails to the Demo platform.

Technically you will need :

This example use the react-native-webview component to open a link in a webview, as it is the recommended way to open webview. The same component can also be used when using React Native without Expo.

It is important to provide both allowsInlineMediaPlayback={true} and mediaPlaybackRequiresUserAction={false} to the webview component to avoid issues such as the camera launching in fullscreen on iOS devices.

Run project

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Integration

We have chosen to use Expo in this example of integration. This library is not essential. We wanted to simplifies the use of the camera. It is possible to eject the project in order to work on native projects.

For futher integration support please refer to :

Support

Please contact AriadNEXT IDCHECKIO support team if you encounter any issue with your idcheckio sdk-web integration