0.2.0 • Published 1 year ago

onfido-webview-component v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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