bundle size so huge

I have json files in my app … they make issue in build and publish cause of thier size … how can I reduces json file size ???

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

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.