bundle size so huge

Are you referring to the final binary size after running expo build:ios or expo build:android? There’s not much we can do because Expo includes many API by default.

For Android, run expo build:android -t app-bundle. Google will reduce the download size after uploaded to Google Play.

Apple will reduce the file size once it has processed your binary.

But you’ll notice they will still be large. This is the disadvantage of using Expo.

1 Like