From 3adf34babda48e2400f7570537feb2401ccb4369 Mon Sep 17 00:00:00 2001 From: coderBeat Date: Wed, 21 Aug 2024 14:25:55 +0200 Subject: [PATCH] Update image.md with react-native 0.75, this library doesn't work: // For animated GIF support implementation 'com.facebook.fresco:animated-gif:3.1.3' We need to switch to the latest library: // For animated GIF support implementation 'com.facebook.fresco:animated-gif:3.2.0' --- docs/image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/image.md b/docs/image.md index 84c0338e64a..28d694bd3ca 100644 --- a/docs/image.md +++ b/docs/image.md @@ -98,7 +98,7 @@ dependencies { implementation 'com.facebook.fresco:animated-base-support:1.3.0' // For animated GIF support - implementation 'com.facebook.fresco:animated-gif:3.1.3' + implementation 'com.facebook.fresco:animated-gif:3.2.0' // For WebP support, including animated WebP implementation 'com.facebook.fresco:animated-webp:3.1.3'