@bankroll/react-native-seon

React Native Bridge for the Seon Device Fingerprint tool

Usage no npm install needed!

<script type="module">
  import bankrollReactNativeSeon from 'https://cdn.skypack.dev/@bankroll/react-native-seon';
</script>

README

@bankroll/react-native-seon

React Native Bridge for the Seon Device Fingerprint tool

Installation

yarn add @bankroll/react-native-seon

Usage

import Seon from "@bankroll/react-native-seon";

// ...

// Setup the Seon SDK <- This is required before doing anything else
await Seon.init();


//Setting Session ID
await Seon.sessionId("ABC123");

//Enable/disable logging
await Seon.logging(true | false);


//Get device fingerprint
const fingerprint = await Seon.fingerprint();

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT