react-native-securerandom icon indicating copy to clipboard operation
react-native-securerandom copied to clipboard

A crypto-secure random bytes generator for react native

Results 9 react-native-securerandom issues
Sort by recently updated
recently updated
newest added

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. In the latest version of react-native,...

Hi, I am getting the above error while trying to generator the number. I have installed and linked as said in the documentation. Thanks.

Hi, this pull request adds support for [react-native-macos](https://github.com/microsoft/react-native-macos).

I've got following warning during compilation: ``` WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'. It will be removed at the end of 2019. For more information,...

I have a use case where I need to transport the random number back to native via the bridge again, thus forcing base64 -> ByteArray through the JS function just...

I just installed npm install react-native-securerandom and imported in .js file import { generateSecureRandom } from 'react-native-securerandom'; like this... ![image](https://user-images.githubusercontent.com/17717369/195097174-30d3bc42-9c16-4c06-9c5a-a8bf439efffd.png) but when trying to use it thows this [TypeError: undefined...

It's October, so that means that coders come out of the shadows worldwide to participate in this yearly's https://hacktoberfest.com/ 🚀. The guidelines for this amazing event can be found on...

This library no longer works in react native 0.82 (and possibly some earlier versions as well) because the jcenter repo shorthand was removed in gradle 8.0. jcenter is not used...