📅  最后修改于: 2022-03-11 14:52:23.798000             🧑  作者: Mango
// 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'