DEVELOPER GUIDE
Integration with WhiteLabel

React Native integration

3min

Accessing Link using webview

Use react-native-webview as WebView component to load Link for authorization and data sharing.

JS


WebView needs to set originWhitelist to '*', then the method onShouldStartLoadWithRequest can intercept all requests.

It is necessary to set up a whitelist containing the domain name of klavi. Otherwise the klavi link will be opened with the system browser.cept all requests.

GitHub

Demo App DownLoad

Document image