Skip to content

madfish-solutions/react-native-randombytes

 
 

Repository files navigation

react-native-get-random-values with react-native-randombytes interface

This module is useful to set up node-libs-react-native in a React Native project with bridgeless architecture.

Installation

  1. Edit package.json
{
  // other properties
  "resolutions": {
    // other resolutions
    "node-libs-react-native/react-native-crypto/react-native-randombytes": "madfish-solutions/react-native-randombytes",
    "node-libs-react-native/react-native-randombytes": "madfish-solutions/react-native-randombytes"
  }
}
npm install
npx pod-install

💡 If you use the Expo managed workflow you will see "CocoaPods is not supported in this project" - this is fine, it's not necessary.

API

See react-native-randombytes usage

About

An adapter of react-native-get-random-values with react-native-randombytes interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.2%
  • Java 29.9%
  • Objective-C++ 11.0%
  • Ruby 10.6%
  • TypeScript 3.4%
  • Objective-C 1.9%