Files
react-native-os/README.md
T
2016-11-07 14:10:34 -08:00

699 B

os in React Native

node's os API in React Native

This module is used by Peel

Install

npm install --save react-native-os
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!