expo/expo-three

AVIF and WEBP texture support

kevinhu opened this issue · 0 comments

I'm building an app that has some high-resolution textures, and I was exploring storage methods for the textures. Some of my textures have partial opacities, so I can't use JPEGs for them. However, when I tried to convert them to AVIF and WEBP and load those afterwards, the objects ended up being black on iOS, though they rendered well on web.

Is there any documentation on why AVIF/WEBP images don't render well in iOS or are there known patches to make them work?