A ReactNative wrapper over IDnowCoreSDK
npm install react-native-idnow-core
- 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)
TODO
import { startIdent, Language } from 'react-native-idnow-core';
// ...
const result = await startIdent(token, Language.en);
MIT