Skip to content

React Native IDnow Autoident binding for iOS/Android platforms.

License

Notifications You must be signed in to change notification settings

bitwala/react-native-idnow-autoident

Repository files navigation

react-native-idnow-core

A ReactNative wrapper over IDnowCoreSDK

Installation

npm install react-native-idnow-core

iOS

  1. Follow this guide: https://github.com/idnow/de.idnow.ios.sdk#cocoapods
  2. Add IdnowCore.swift and IdnowCore.m files to your project, make sure you have a bridging-header file set up (see IdnowCoreExample-Bridging-Header.h)

Android

TODO

Usage

import { startIdent, Language } from 'react-native-idnow-core';

// ...

const result = await startIdent(token, Language.en);

License

MIT