A react-native wrapper for Iovation Deviceprint library
npm install react-native-iovation-deviceprint
import IovationDeviceprint from "react-native-iovation-deviceprint";
// ...
const result = await IovationDeviceprint.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT