ascoders / react-native-image-viewer

🚀 tiny & fast lib for react native image viewer pan and zoom
MIT License
2.44k stars 580 forks source link

How to support webp format image in iOS? #294

Closed zyc67 closed 5 years ago

zyc67 commented 5 years ago

.webp not work in iOS, How to solve?Thanks!

jimmyshen007 commented 5 years ago

same issue here

mrzxc commented 5 years ago

Image.getSize() do not support with .webp, and cause read image.width and height error, so, precompute width and height , add them in { imageUrls: [{ url: webp, width: width, height: height } }]