Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: run rn-nodeify --install with mandatory package only #55

Closed
johanschram opened this issue May 28, 2020 · 3 comments
Closed

Question: run rn-nodeify --install with mandatory package only #55

johanschram opened this issue May 28, 2020 · 3 comments

Comments

@johanschram
Copy link

johanschram commented May 28, 2020

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 !

@mvayngrib
Copy link
Member

mvayngrib commented May 28, 2020

@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

@johanschram
Copy link
Author

Thanks !

Actually I will go for this option which feel a little bit cleaner :)

@johanschram
Copy link
Author

--install process,stream,inherits,crypto,events,assert,os,string_decoder,util,constants,buffer --hack

Apparently vm is needed too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants