如何缩小由expo / react-native构建的应用程序的大小

时间:2019-09-24 17:01:21

标签: android react-native expo

我使用expo-cli开发了一个简单的应用程序(具有3个导航选项卡,某些组件,没有图像,使用本机库)。

然后,我使用乌龟在线构建应用程序,然后应用程序大小为44.6MB。

this is app downloading image

我认为我的应用最大为10MB。但它是44.6MB。 我检查了构建进度,并添加了太多不需要的模块。

this is the expo gradle

我想在使用“ expo”时使我的应用程序尽可能小。

2 个答案:

答案 0 :(得分:0)

您可以使用expo build:android -t app-bundle构建应用包,然后使用https://developer.android.com/studio/command-line/bundletool

为特定平台生成apk

答案 1 :(得分:0)

我认为@Andrew的建议是正确的。 我使用react-native-cli减小了APK的大小。 enter image description here