tradle / rn-nodeify

hack to allow react-native projects to use node core modules, and npm modules that use them
MIT License
615 stars 112 forks source link

Remove dynamic require, and explain in README #60

Closed jd20 closed 6 years ago

jd20 commented 6 years ago

Remove the dynamic require from shim.js, and add a comment in the README to explain that it must be manually uncommented if needed.

See: https://github.com/tradle/rn-nodeify/issues/59

mvayngrib commented 6 years ago

@jd20 thanks, released a major version (9.0.0) as this could break things for people depending on the auto-require

jd20 commented 6 years ago

🎉