tradle / rn-nodeify

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

Async_hooks #132

Open sleep9 opened 1 year ago

sleep9 commented 1 year ago

"postinstall": "node_modules/.bin/rn-nodeify --install async_hooks,net,vm,fs,url,tls,querystring,zlib,stream,path,crypto,events,process,util,constants,http --hack" },

async_hooks doesnt seem to work. also stream/web. Any idea how to get these to work?

burhon97 commented 11 months ago

I have this issue too

mvayngrib commented 11 months ago

you'd need to first find or develop a shim for async_hooks, does one exist?

what's stream/web?