-
Notifications
You must be signed in to change notification settings - Fork 0
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
Investigate running NodeJS / Express locally #33
Comments
Well, there's some hacks that try to enable node.js core modules and their dependencies in RN see: https://github.com/mvayngrib/rn-nodeify or https://github.com/philikon/ReactNativify But there are limitations and concerns like
So I'm not so convinced about this approach. And I'm not sure if it's even possible to run modules like express in RN, even in theory? Because for example |
@0is1 Have you tried using and here's an example with module-alias: https://github.com/wswoodruff/strangeluv-native/blob/master/.babelrc |
As for running Express locally, not sure how that would benefit you guys. |
This would help e.g. running Digitransit UI locally.
The text was updated successfully, but these errors were encountered: