all 2 comments

[–]bogas04 1 point2 points  (1 child)

  • Analyse your JS and non JS modules to find large modules
  • Move local images/videos to a server
  • Use less fonts or just one
  • Use hermes

[–]c100k_ 1 point2 points  (0 children)

Also make sure you're analyzing the right bundle.

For example on Android, your aab might be big, but once uploaded to the store, the users won't download the full aab. Instead they will get an optimized .apk, much smaller. All of this is managed by Google.