@axiacoinorg/axia-react-native-os
v1.2.7
Published
node's os module for react-native
Downloads
2
Maintainers
Readme
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 @axiacoinorg/axia-react-native-os --save
Note for iOS: If your react-native version < 0.40 install with this tag instead:
npm install @axiacoinorg/[email protected] --save
Link in the native dependency
react-native link @axiacoinorg/axia-react-native-os
Step 3 Profit
Usage
package.json
only if you want to write require('os') in your javascript
{
"react-native": {
"os": "axia-react-native-os"
}
}
Contributors
PR's welcome!