2016-11-08 16:17:25 -08:00
2016-11-07 14:10:34 -08:00
2016-11-07 14:10:34 -08:00
2016-12-15 13:47:56 -08:00
2017-01-16 11:59:08 -08:00

os in React Native

node's os API in React Native

This module is used by Peel

Install

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

Usage

package.json

only if you want to write require('os') in your javascript

{
  "react-native": {
    "os": "react-native-os"
  }
}

Contributors

Andy Prock

PR's welcome!

S
Description
node.js os module for react-native
Readme MIT
156 KiB
Languages
Java 58%
Objective-C 34.3%
JavaScript 7.7%