tradle / rn-nodeify

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

Find a strategy for keeping in sync with node-libs-react-native #87

Open pcowgill opened 4 years ago

pcowgill commented 4 years ago

The README in node-libs-react-native also contains useful info about implementations of node core modules in a React Native env, so it would be nice if there were a single source of truth for the best version of each dep to go with.

pcowgill commented 4 years ago

Related issue in node-libs-react-native repo: https://github.com/parshap/node-libs-react-native/issues/21

mvayngrib commented 4 years ago

@pcowgill agree, but i won't have time to dig into this in the near future, especially since the versions here been working for me for a long time, and also originally sourced from either webpack or browserify's mappings (like node-libs-react-native