react-native-process-shim
v1.1.1
Published
Shim the Node.js process for React Native's JS runtime
Maintainers
Readme
react-native-process-shim
npm install react-native-process-shimusage
Set it as a replacement module in your React Native project's package.json:
{
"react-native": {
+ "process": "react-native-process-shim"
}
}Import it in your project's index.js:
require('process');Nothing else needs to be done, it just mutated the global process variable.
