Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 480 Bytes

File metadata and controls

27 lines (16 loc) · 480 Bytes

react-native-iovation-deviceprint

A react-native wrapper for Iovation Deviceprint library

Installation

npm install react-native-iovation-deviceprint

Usage

import IovationDeviceprint from "react-native-iovation-deviceprint";

// ...

const result = await IovationDeviceprint.multiply(3, 7);

Contributing

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

License

MIT