Closed johanschram closed 4 years ago
@johanschram not sure, but off the top of my head, this might do it
rn-nodeify --install process,stream,inherits,crypto,events,assert,os,string_decoder,util,constants,buffer --hack
haha, added a bunch more after looking at the list
Thanks !
Actually I will go for this option which feel a little bit cleaner :)
--install process,stream,inherits,crypto,events,assert,os,string_decoder,util,constants,buffer --hack
Apparently vm is needed too.
Hi !
A quick question, When doing rn-nodeify --install --hack, I suspect it installs much more packages than actually needed to for react-native-crypto. I Might be wrong thought... Anyway, if this is the case, has someone the list of the mandatory packages to make all features of react-native-crypto work ?
Thanks !