onfido-webview-component
v0.2.0
Published
Onfido custome reaact-native-webview
Downloads
46
Readme
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