0
  • I'm currently using the new Expo SDK 42.0.0
  • My app is complete but is around 130 MB.
  • How can I reduce the app size?

Warning: I have a lot of images and sqlite database connection on this app!

Dário
  • 125
  • 1
  • 8

1 Answers1

1

You can Do following things for reduce app size :

  1. Remove images from app and store it on server and load it from there if it will lazy to show when screen is open
  2. Use icon instead of images for icons
  3. Remove unnecessary packages that have added for single purpose only.

More information you can find on this link : how to reduce RN-app size

Mayur Kukadiya
  • 2,461
  • 1
  • 25
  • 58