Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 912 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 912 Bytes

react-native-seon

SeonSDK bridge for react native

Based on the publicly available native SDKs from SEON Fraud API:

Installation

yarn add smarkets/react-native-seon#v0.2.1

Usage

import RNSeon from "react-native-seon";

// Optional configuration
await RNSeon.setLoggingEnabled(true /* or false */);

// Compute device fingerprint
await RNSeon.setSessionId("CUSTOM_SESSION_ID");
const fingerprint = await RNSeon.getFingerprintBase64();

Contributing

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

License

MIT


Made with create-react-native-library