nodejs-mobile / nodejs-mobile-react-native

Node.js for Mobile Apps React Native plugin
https://nodejs-mobile.github.io
MIT License
180 stars 42 forks source link

huge apk size? #46

Open jasonz1987 opened 1 year ago

jasonz1987 commented 1 year ago

i used this plugin in my app ,it works fine.

but my apk size become more bigger.

i found the libnode.so is mostly 40M for each arch.

ll lib/arm64-v8a
 39M    libnode.so

ll lib/x86_64
 39M    libnode.so

ll lib/libnode.so

46M libnode.so

so, is there have some suggestions for this ? tks very much~

staltz commented 1 year ago

Not much can be done, this is one of the drawbacks of using nodejs-mobile in your app, but you can for instance make one APK per arch, bringing the size down to ~50MB for each APK.