Search code examples
react-nativewebp

How can I show webp Image in React Native iOS?


Our Image and video in DB are compressed into webp. However, I'm an iOS developer using React Native. On React Native docs, iOS doesn't support webp image. How can I handle this? My RN version is 0.59. Is there any solution?


Solution

  • Use this: https://github.com/DylanVann/react-native-fast-image

    It’s the first dependency I install on every new RN project.