react-native-get-random-values
react-native-get-random-values
``sh
npm install react-native-get-random-values react-native-nitro-modules
> react-native-nitro-modules is required as this library relies on Nitro Modules.`
`js
import { ReactNativeGetRandomValues } from 'react-native-get-random-values';
// ...
const result = await ReactNativeGetRandomValues.hello({ message: 'World' });
console.log(result); // { success: true, data: 'Hello, World!' }
``
- Development workflow
- Sending a pull request
- Code of conduct
MIT
---
Made with create-react-native-library