update docs for RN < 0.40 + ios

This commit is contained in:
Andy Prock 2017-01-16 11:59:08 -08:00
parent 4a88406d75
commit 9cc32da37d
1 changed files with 7 additions and 1 deletions

View File

@ -9,8 +9,14 @@ This module is used by [Peel](http://www.peel.com/)
* Create a new react-native project. [Check react-native getting started](http://facebook.github.io/react-native/docs/getting-started.html#content)
* In your project dir:
```
npm install --save react-native-os
npm install react-native-os --save
```
__Note for iOS:__ If your react-native version < 0.40 install with this tag instead:
```
npm install react-native-os@1.0.3 --save
```
## Link in the native dependency