Exp build vs detach vs react-native-scripts eject

Hello Folks,

I am developing an application with expo and I am stuck in a point. My app has approx 10 js pages and in terms of assets, I am having only logo of the app. But when I use exp build:android then build size is 26 MB and when I use exp build:ios ipa size takes 160 MB which is very huge. I researched a lot and I found I can either use detach method or crna eject method but they both don’t support future maintenance. I am stuck at this point. Can anyone please suggest me best way to create stand alone app or any way to reduce the size of app ?

thanks

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.