implementation 'com.facebook.fresco:animated-gif:2.0.0'
// For animated GIF support add following line on android/app/build.gradle
implementation 'com.facebook.fresco:animated-gif:2.0.0'
// For animated webp support add following line on android/app/build.gradle
implementation 'com.facebook.fresco:animated-webp:2.0.0'
// For normal webp support add following line on android/app/build.gradle
implementation 'com.facebook.fresco:webpsupport:2.0.0'