One Stop Solution
npm install react-native-onekyc-3
yarn add react-native-onekyc-3
import { OneKycSDK } from 'react-native-onekyc-3';
// ...
const init = await OneKycSDK.init();
const enroll = await OneKycSDK.enroll();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library