@kont/konnect-react-native-sdk
v0.1.4
Published
test
Readme
@kont/konnect-react-native-sdk
Kont Konnect's React Native SDK
Installation
npm install react-native-webview @kont/konnect-react-native-sdkUsage
import { Konnect } from '@kont/konnect-react-native-sdk';
// ...
<Konnect
applicationId="app_XXX"
environment="sandbox" // or "production"
onSuccess={(enrollment) => {
navigation.navigate('Home');
}}
onExit={() => navigation.navigate('Home')}
/>;
// ...Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
Private
