update docs for RN < 0.40 + ios
This commit is contained in:
parent
4a88406d75
commit
9cc32da37d
|
@ -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)
|
* 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:
|
* 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
|
## Link in the native dependency
|
||||||
|
|
Loading…
Reference in New Issue