react-native-onfido
v4.2.0
Published
React Native Onfido
Downloads
6
Readme
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
React Native Nation
React Native Nation is the best spanish website for react native documentation. react-native-nation.