xxxxxxxxxx
// For React Native v0.65 and above
// add following line on android/app/build.gradle
dependencies {
// ...
implementation 'com.facebook.fresco:animated-gif:2.5.0'
// ...
}
xxxxxxxxxx
// For animated GIF support add following line on android/app/build.gradle
dependencies {
// ...
implementation 'com.facebook.fresco:animated-gif:2.0.0'
// ...
}