0.1.4 • Published 2 years ago

@kont/konnect-react-native-sdk v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@kont/konnect-react-native-sdk

Kont Konnect's React Native SDK

Installation

npm install react-native-webview @kont/konnect-react-native-sdk

Usage

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


0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago