SeonSDK bridge for react native
Based on the publicly available native SDKs from SEON Fraud API:
yarn add smarkets/react-native-seon#v0.2.1
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();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library