🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

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

0.6.0
latest
Source
npm
Version published
Weekly downloads
28
600%
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

  • In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  • Go to node_modulesreact-native-random-bytes and add RNRandomBytes.xcodeproj
  • In XCode, in the project navigator, select your project. Add libRNRandomBytes.a to your project's Build PhasesLink Binary With Libraries
  • 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