nodejs-mobile / nodejs-mobile-react-native

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

[iOS] Large build size after adding this lib #39

Closed dylancom closed 1 year ago

dylancom commented 1 year ago

After adding this library to my project, the app size (iOS) went from 15.2 MB to 115.9 MB. Might there be options to make it leaner?

staltz commented 1 year ago

Do you have node native modules?

dylancom commented 1 year ago

I have only added 1 node module. The total nodejs-assets folder is 28,4 MB.

dylancom commented 1 year ago

I have exported an .ipa and see the included NodeMobile.framework takes up 53.1MB.

staltz commented 1 year ago

Yes, that's expected. The libnode dependency is that big.