tradle/rn-nodeify

Can't resolve net?

Secretmapper opened this issue · 1 comments

Hello! First of all again, awesome work with rn-nodeify... hope an official react-native solution gets implemented soon.

Anyway, when I try rn-nodeify, I get a redbox errror say net can't be resolved, and @tradle/utp was unable to be found. I already tried rm -rf-ing my node_modules folder and clearing my cache but I always get the same error.

@Secretmapper utp is not really what you want, as it uses udp underneath. @aprock created https://github.com/PeelTechnologies/react-native-tcp which is what you need. Feel free to submit a PR to substitute it here instead of utp.