Before deploying our app to production, it's always a good idea to shrink the app bundle size to as small a file as possible, and there are several techniques we can leverage to do so. These can involve supporting fewer devices or compressing included assets.
This recipe will cover a few techniques for limiting production package file sizes in both iOS and Android React Native apps.