Skip to content

smarkets/react-native-seon

Repository files navigation

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