0.1.3 • Published 3 years ago

@bankroll/react-native-seon v0.1.3

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

@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