React Native SDK

Welcome to the Identomat React Native SDK documentation! Here, you'll find everything you need to integrate our ID verification and KYC/AML solutions into your React Native application seamlessly.

Latest release: Version 1.1.30

Getting started

$ npm install '@identomat-inc/react-native-identomat'

For iOS:

Run pod-install in you iOS directory.

For Android:

Insert the following lines inside the dependencies block in android/build.gradle:

    allprojects {
        repositories {
            google ()
            jcenter ()
            maven {
                url = uri("https://gitlab.identomat.com/api/v4/projects/674/packages/maven/")
            }
        }
    }
       ...

Usage

Config

Last updated

Was this helpful?