@bankroll/react-native-seon
TypeScript icon, indicating that this package has built-in type declarations

0.1.3 • Public • Published

@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

Package Sidebar

Install

npm i @bankroll/react-native-seon

Weekly Downloads

1

Version

0.1.3

License

MIT

Unpacked Size

1.06 MB

Total Files

206

Last publish

Collaborators

  • urbanchrisy