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

rn-nodeify vs node-libs-browser #98

Open
emclab opened this issue Sep 29, 2020 · 2 comments
Open

rn-nodeify vs node-libs-browser #98

emclab opened this issue Sep 29, 2020 · 2 comments
Labels

Comments

@emclab
Copy link

emclab commented Sep 29, 2020

I just came across module node-libs-browser (deprecated though because webpack5 did not include it) and it seems has very similar idea by provide wrapper of nodejs core to application. Can someone shed light on what is the difference between those 2 modules? Are they exchangeable in react native app?

@mvayngrib
Copy link
Member

similar purpose, but the browser and react-native environments are pretty different and require a different set of shims

@emclab
Copy link
Author

emclab commented Sep 29, 2020

I need integrate web3.js into a react native app. I have tried to install ipfs modules in react native app with the help of rn-nodeify and there were a few bundle issues which I could not solve. I am wondering if web3 has better chance with rn-nodeify. Any insight/experience is appreciated.

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

No branches or pull requests

2 participants