How to reduce the size of an expo/react-native app on Android

后端 未结 9 1090
渐次进展
渐次进展 2020-11-30 20:12

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 devi

9条回答
  •  囚心锁ツ
    2020-11-30 20:55

    Upgrade expo version to 31.exporecently launched single-SDK builds for Android. These builds contain only the SDK version the app uses when built and are both faster and slimmer. it helps for smaller standalone app build size. release note

提交回复
热议问题