Node's os module for rn-nodeify
npm install @vmagination/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
`
react-native link react-native-os
`
Step 3 Profit
Usage
$3
_only if you want to write require('os') in your javascript_
`json
{
"react-native": {
"os": "react-native-os"
}
}
``