Skip to content

Instantly share code, notes, and snippets.

@mzobe
mzobe / node-modules-in-react-native.md
Created August 3, 2017 10:15 — forked from parshap/node-modules-in-react-native.md
Running Node Modules in React Native

Running Node Modules in React Native

How to use packages that depend on Node.js core modules in React Native.

Node.js Core Modules

Node has several modules that are automatically available via require(): http, crypto, etc. While these modules are available in Node, they are not automatically available in other environments