0.0.1 • Published 3 years ago

react-native-idnow-core v0.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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