Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 518 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 518 Bytes

ekyc-id-react-native

React Native Wrapper for EkycID native SDKs.

Installation

npm install ekyc-id-react-native

Usage

import { EkycIdReactNativeView } from "ekyc-id-react-native";

// ...

<EkycIdReactNativeView color="tomato" />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library