1.0.0 • Published 2 years ago

react-native-operational-system v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

OS in React Native

Node's os API in React Native

Install

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

Julio Sousa

PR's welcome!