0.1.3 • Published 8 months ago

react-native-kyc-sdk v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

This Library build for kyc verification. you can use this library for verification PAN Card and Aadhaar Card. We Will add more kyc documents later.

Installation

yarn add react-native-kyc-sdk
npm install react-native-kyc-sdk

How to use

import React from "react";
import Verification from "react-native-kyc-sdk";

function App() {
  return (
    <Verification
      sequence={["Pan card", "Aadhaar card"]}
      panResponse={(val) => console.log(val)}
      aadhaarResponse={(val) => console.log(val)}
    />
  );
}
export default App;
0.1.3

8 months ago

0.1.2

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago

0.0.6

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago