onfido-webview-component
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

onfido-webview-component

SOmehitng

Installation

npm install onfido-webview-component

Usage

import { OnfidoWebView, OnfidoWebViewProps } from 'onfido-webview-component';

// ... type usage

const parameters: OnfidoWebViewProps = {...}

//.... component usage

<OnfidoWebView region={'EU'}  
        parameters={parameters} 
        onComplete={(e) => {
         alert(JSON.stringify(e))
     }}/>

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

Package Sidebar

Install

npm i onfido-webview-component

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

24.7 kB

Total Files

12

Last publish

Collaborators

  • onfido-idv