UNPKG

react-native-kochava-measurement

Version:

A lightweight and easy to integrate SDK, providing first-class integration with Kochava’s installation attribution and analytics platform.

12 lines (11 loc) 289 B
"use strict"; import * as Crypto from '@amazon-devices/expo-crypto'; var adapter = { getRandomValues: function (buf) { var randomBytes = Crypto.getRandomBytes(buf.length); buf.set(randomBytes); return buf; } }; export default adapter; //# sourceMappingURL=crypto.rn.js.map