My apk size increased to 10MB suddenly

I recently upgraded my expo sdk to 33 and my app size was nearly reduced from 30MB to 20MB. But suddenly from the past couple of days, the size of the apk increased back again to 30MB not sure why.

the size can increase if you add more assets to your app

No I haven’t and I rolled back my commit to my oldest one where I newly upgraded expo sdk to 33 before publishing my app the build size was 20MB but when I go back to same commit using “git reset” and do an expo build:android the download size is 30MB which was 20MB

ah yeah, because 64bit. use expo build:android --type app-bundle to let play store optimize for you

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