react-native-operational-system
v1.0.0
Published
Node's os module for react-native
Downloads
3
Maintainers
Readme
OS in React Native
Node's os API in React Native
Install
Create a new react-native project. Check react-native getting started
In your project dir:
npm install react-native-operational-system --save
or
yarn add react-native-operational-system
Link in the native dependency
For iOS:
cd ios && pod install
Step 3 Profit
Usage
package.json
only if you want to write require('os') in your javascript
{
"react-native": {
"os": "react-native-operational_system"
}
}
Contributors
PR's welcome!