Socket
Socket
Sign inDemoInstall

react-native-crypto-random-bytes

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-crypto-random-bytes

Random bytes for react native, without the hassle of react-native crypto


Version published
Weekly downloads
1
decreased by-91.67%
Maintainers
2
Weekly downloads
 
Created
Source

react-native-random-bytes

Getting started

$ npm install react-native-random-bytes --save

Mostly automatic installation

$ react-native link react-native-random-bytes

Manual installation

iOS
  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-random-bytes and add RNRandomBytes.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNRandomBytes.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Usage

import RNRandomBytes from 'react-native-random-bytes';

// TODO: What to do with the module?
RNRandomBytes;

FAQs

Package last updated on 24 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc