react-native-process-shim

1.1.1 • Public • Published

react-native-process-shim

npm install react-native-process-shim

usage

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.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-process-shim

    Weekly Downloads

    17

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    2.31 kB

    Total Files

    4

    Last publish

    Collaborators

    • staltz