Commit 774f5246 authored by Arno Fortelny's avatar Arno Fortelny

Update README.md

Cocoa pods installation instructions.
parent 62e15b2a
......@@ -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