mirror of
https://github.com/status-im/react-native-os.git
synced 2026-08-27 19:31:06 +00:00
c998f8322bfbec80a81e581f772fadd89cfef3ac
os in React Native
node's os API in React Native
This module is used by Peel
Install
-
Create a new react-native project. Check react-native getting started
-
In your project dir:
npm install --save react-native-os
Link in the native dependency
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
PR's welcome!
Languages
Java
58%
Objective-C
34.3%
JavaScript
7.7%