Skip to content

Instantly share code, notes, and snippets.

@ewnd9
Created September 11, 2016 05:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewnd9/1a0d153fcb009aecc147c1bb998b8c23 to your computer and use it in GitHub Desktop.
Save ewnd9/1a0d153fcb009aecc147c1bb998b8c23 to your computer and use it in GitHub Desktop.
require stream polyfill in react-native
npm install stream --save
mkdir node_modules/stream
echo "module.exports = require('readable-stream');\n" > node_modules/stream/index.js
echo '{ "name": "stream" }' > node_modules/stream/package.json
echo '!/node_modules/stream/' >> .gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment