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!!
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.
Hi there! If I save a .gif to iCloud,
getAssets
indeed returns a validphotos://
uri and agif
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!!