0.0.3 • Published 10 months ago

@idnow/react-videoident v0.0.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
10 months ago

VideoIdent SDK - ReactNative module

Getting started

Add the package to your dependencies

// with npm
npm install @idnow/react-videoident

// with yarn
yarn add @idnow/react-videoident

Usage

You will have access to the following methods to communicate with the sdk.

/**
 * Starts the native IDnow SDK for an identification session
 *
 * @param token - A string paramter representing the IdentificationToken
 */
export function startIdent(token: string): string {
  return RNIdNowLibraryModule.startIdent(token);
}

Configure for iOS

Run npx pod-install after installing the npm package.

Configure for Android