olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

Support for ImageLoader rendering different mime types #79

Open sampurcell93 opened 7 years ago

sampurcell93 commented 7 years ago

Hi there! If I save a .gif to iCloud, getAssets indeed returns a valid photos:// uri and a gif mimeType, which is great... but passing this uri into the Image component doesn't actually render a moving gif. I have confirmed that a network-based gif does render correctly. Is there something that needs to be modified in the image loader? Is there a workaround? Thanks!!

srameshr commented 6 years ago

Any updates on this?

christaggart commented 6 years ago

Did anyone have any luck solving this or find a workaround? Seeing this same issue for images that have been automatically moved to iCloud by the Photos app.