node's os module for react-native
npm install react-native-osnode's os API in React Native
This module is used by Peel
* Create a new react-native project. Check react-native getting started
* In your project dir:
```
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
``
react-native link react-native-os
Step 3 Profit
_only if you want to write require('os') in your javascript_
`json``
{
"react-native": {
"os": "react-native-os"
}
}
PR's welcome!