My expo apk file has a size of 45.8 MB.
Look at the apk size in the screenshot below.
How can I get a smaller APK-Size?
There are many way's to reduce the size of your distributed app. I'm afraid you have to read & learn something about this, because this isn't a short & easy answer - at least, because there are many hooks where you can adjust your deployment-process to optimize your app(size).
But here some first suggestions:
React Native CLI to initialize your Project (instead of EXPO)gradlew
bundleRelease vs gradlew assembleRelease)build.gradle gives you additional Options to optimize your App for bundling-Process. Be sure that you use Proguard with shrinkRessources to minimize your apk / bundle (keywords: Proguard, seperateBuildPerCPUArchitecture)PS: Best result you can gain, with lowest effort to spend (only for Android-Apps): Switch from APK to Bundle (AAP) see Docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With