react-native-idnow-core
v0.0.1
Published
A ReactNative wrapper over IDnowCoreSDK
Downloads
19
Readme
react-native-idnow-core
A ReactNative wrapper over IDnowCoreSDK
Installation
npm install react-native-idnow-core
iOS
- Follow this guide: https://github.com/idnow/de.idnow.ios.sdk#cocoapods
- 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