Secure generatation of random bytes using native functions in Kotlin and Objective-C.
Example iOS application | Example Android application |
Check the source code here
npm install react-native-randomness
# link native dependencies
npx react-native link
import {random} from "react-native-randomness";
const result = await random(); // [68, 115, 41, 36, 85, 55, 167, 223, 122, 48, 124, 211, 162, 50, 7, 25]
See the contributing guide to learn how to contribute to the repository and the development workflow.
Thank you to our sponsors:
Copyright (c) 2021 Eugene Hauptmann