react-native-onfido

4.2.0 • Public • Published

react-native-onfido

Version Build Coverage Minified size Downloads Dependabot PRs Welcome Tested with jest

React Native Nation Onfido

This package is a wrapper for the Onfido Library. https://onfido.com/

Table of contents

How to install

yarn add react-native-onfido.

API Methods

startSDK

To start the onfido KYC proccess use startSDK

Onfido.startSDK(token, applicantId, country, onSuccess, OnError);

Example

Example

React native example

import Onfido from 'react-native-onfido';

Onfido.startSDK(
    token,
    applicantId,
    country,
    () => { 
        console.log("Verification complete");
    },
    (errorCause) => {
        if (errorCause == "USER_LEFT_ACTIVITY") {
            console.log("Flow cancelled")
        } else {
            console.log("Flow not finished")
        };
    },
    // Optional iOS primary color
    primaryColor);

Community profile

Please read through our CODE_OF_CONDUCT.md.

Contributing

Please read through our CONTRIBUTING.md.

Contributors

James Jara
James Jara

🚇 💻 ⚠️ 📖

React Native Nation

React Native Nation is the best spanish website for react native documentation. react-native-nation.

Readme

Keywords

Package Sidebar

Install

npm i react-native-onfido

Weekly Downloads

0

Version

4.2.0

License

MIT

Unpacked Size

63.3 kB

Total Files

24

Last publish

Collaborators

  • jamesjara