1.1.0 • Published 7 years ago

react-native-random-bytes v1.1.0

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

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;