rnpm is part of react-native now (#355)

This commit is contained in:
Jason Marshall 2016-08-01 18:19:41 -07:00 committed by Zack Story
parent 9ddc787cb5
commit 1032370749
1 changed files with 3 additions and 4 deletions

View File

@ -10,10 +10,9 @@ A camera module for React Native.
![](https://i.imgur.com/5j2JdUk.gif)
## Getting started
### Mostly automatic install with RNPM
1. `npm install rnpm --global`
2. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save`
3. `rnpm link react-native-camera`
### Mostly automatic install with react-native
1. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save`
3. `react-native link react-native-camera`
### Mostly automatic install with CocoaPods
1. `npm install react-native-camera@https://github.com/lwansbrough/react-native-camera.git --save`