Commit 3608dca6 authored by Rebecca Hughes's avatar Rebecca Hughes

Merge pull request #34 from aforty/patch-2

Update README.md w/ cocoapods installation instructions
parents d818b370 774f5246
......@@ -14,6 +14,15 @@ npm install react-native-device-info --save
### Installation (iOS)
#### Installing via Cocoa Pods
Add the following line to your build targets in your `Podfile`
`pod 'RNDeviceInfo', :path => '../node_modules/react-native-device-info'`
Then run `pod install`
#### Installing manually
In XCode, in the project navigator:
- Right click Libraries
- Add Files to [your project's name]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment