App bundle (size) optimization - webp images?
Hey all,
My app is an image heavy game that has grown into 120+ MB. I'm trying to optimize the assets to reduce the app size. As a first step, I converted all the image assets to webp format which brought the size down by 25%. Is there any downside to using webp files in a react native app (android/ios) ?
Also, do you have any other recommendation for further optimization?