How to reduce the size of an expo/react-native app on Android
For android APK bundle using expo, you can use the following command: expo build:android -t app-bundle The size will be much smaller once you upload it to the play store. This is relevant for React Native SDK 32 and earlier.