FabianDean / react-native-seon

Seon SDK for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-seon

Seon SDK for React Native

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

Installation

yarn add smarkets/react-native-seon#vX.X.X

Usage

import RNSeon from "react-native-seon";

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

// Compute device fingerprint
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

About

Seon SDK for React Native

License:MIT License


Languages

Language:Java 46.3%Language:C++ 18.0%Language:Objective-C++ 12.7%Language:TypeScript 6.8%Language:Ruby 6.4%Language:JavaScript 4.2%Language:Makefile 3.9%Language:Objective-C 1.3%Language:C 0.3%Language:Swift 0.1%