Made getting started more clear

Thanks to @voronianski for providing a more clear set of instructions.
This commit is contained in:
Loch Wansbrough 2015-04-01 09:37:12 -07:00
parent cf58227dd6
commit 331bb1bb68
1 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,11 @@ A camera viewport for React Native. This module is currently in the very early s
## Getting started
1. Fetch from NPM: `npm install react-native-camera --save`
2. In XCode, right click `Libraries` and `Add Files to ______`
3. Add `libRCTCamera.a` to `Build Phases -> Link Binary With Libraries`
1. `npm install react-native-camera --save`
2. In XCode, right click Libraries ➜ `Add Files to ______`
3. Go to `node_modules``react-native-camera` and add `RCTCamera.xcodeproj`
4. Add `libRCTCamera.a` (it's in workspace) to `Build Phases``Link Binary With Libraries`
5. Run (`Cmd+R`)
## Usage