The size for an Expo app on iOS is approximately 33mb (download), and Android is about 20mb. This is because Expo includes a bunch of APIs regardless of whether or not you are using them – this lets you push over the air updates to use new APIs, but comes at the cost of binary size.
Read moreHow do I reduce the size of the Expo app?
If you want to upload it in play store then it much better that you run expo build:android -t app-bundle and upload it . At play store bundle reduce their size approx. 30-40% of its actual size. If you want to run build directly to your android without uploading play store then you need to run expo build:android -t apk.
Read moreWhy React Native app size is large?
This is auto-generated by the build to avoid version conflicts, so don’t freak out (I did). This split reduced the apk size from around 7MB to 3.5MB for arm and 5MB for x86 respectively.9 Şub 2018
Read moreWhy are React Native apps so heavy?
First, js code We write JS code, react components then update, replace by new others. By times, js code base growth. and become mess & smelling, useless but hard to remove from code base. It make your app size growth by still imported in your code base but never to be use.11 Mar 2020
Read moreWhat is the size of React Native app?
Old APK at 26.8MB compared to the new AAB at 14.4 to 17.7 MB Using Android Studio or Command-line tools you can simply build your project as a signed app bundle.
Read moreIs React Native is slow?
React & React Native are fast by default but developers use a lot of anti-pattern code and make the application slow and complain RN is slow. Here you can find some of the common things which cause performance issues in react native.28 Tem 2021
Read more