-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
Build for Android doesn't seem to be working because of Gradle. #12
Comments
Fixed it by adding Wondering if that's expected. Is it known that the package bloats the APK size? right now i have a boilerplate react-native app with no other code but node-js and it's at 181MB. |
If you don't do anything clever to clean up node_modules in nodejs-assets/nodejs-project, then yeah it'll bloat the APK. But the way I use it, with noderify and deleting node_modules, my app ends up as a 42MB APK. |
hey @staltz , can you give me more info about this? my APK size is pretty high. Can you give me more detailed advice on how to use noderify and which node_modules do you delete? |
have a look here https://gitlab.com/staltz/manyverse/-/blob/master/package.json#L24 |
Hey - the package works great on iOS. I followed the troubleshooting for Android on the readme but i still can't build for Android. Any help will be greatly appreciated as this package is pretty dope.
Here is my build output
The text was updated successfully, but these errors were encountered: