For the complete documentation index, see llms.txt. This page is also available as Markdown.

React Native SDK

Ласкаво просимо до документації Identomat React Native SDK! Тут ви знайдете все необхідне для безшовної інтеграції наших рішень з верифікації особи та KYC/AML у ваш React Native-застосунок.

Остання версія: Version 1.1.48

Початок роботи

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

Для iOS:

Запустіть pod-install у вашій директорії iOS.

Для Android:

Вставте наступні рядки всередині блоку dependencies у android/build.gradle:

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

Використання

Конфігурація

Last updated

Was this helpful?