@onekeyfe/react-native-get-random-values
v1.1.14
Published
react-native-get-random-values
Readme
react-native-get-random-values
react-native-get-random-values
Installation
npm install react-native-get-random-values react-native-nitro-modules
> `react-native-nitro-modules` is required as this library relies on [Nitro Modules](https://nitro.margelo.com/).Usage
import { ReactNativeGetRandomValues } from 'react-native-get-random-values';
// ...
const result = await ReactNativeGetRandomValues.hello({ message: 'World' });
console.log(result); // { success: true, data: 'Hello, World!' }Contributing
License
MIT
Made with create-react-native-library
