How to reduce the size of an expo/react-native app on Android
问题 I am developing a small dictionary app by using react native with expo. As I am compiling to Apk file. The size goes up to 30mb and after having installed on a device, it goes to 80mb. Is this normal? Are there any ways to reduce the size of the app? Thank you guys. 回答1: expo is for testing the app you should migrate to react-native for production make a new react app " react-native init " Copy the source files over from Expo project Install all dependencies of the Expo project except Expo