@vmagination/react-native-os
v1.2.8
Published
Node's os module for rn-nodeify
Maintainers
Readme
os in React Native
Node's os API in React Native for rn-nodeify
Install
Create a new react-native project. Check react-native getting started
In your project dir:
npm install react-native-os --saveNote for iOS: If your react-native version < 0.40 install with this tag instead:
npm install [email protected] --saveLink in the native dependency
react-native link react-native-osStep 3 Profit
Usage
package.json
only if you want to write require('os') in your javascript
{
"react-native": {
"os": "react-native-os"
}
}Source Contributors
PR's welcome!
