Fix gifs displaying as still images on Android (#2230)

This commit is contained in:
Elias Nahum 2018-10-08 12:27:31 -03:00
parent a70688fe44
commit 2cf74c07cb
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -214,11 +214,11 @@ dependencies {
implementation project(':react-native-recyclerview-list')
// For animated GIF support
implementation 'com.facebook.fresco:animated-base-support:1.3.0'
implementation 'com.facebook.fresco:fresco:1.10.0'
implementation 'com.facebook.fresco:animated-gif:1.10.0'
// For WebP support, including animated WebP
implementation 'com.facebook.fresco:animated-gif:1.3.0'
implementation 'com.facebook.fresco:animated-webp:1.3.0'
implementation 'com.facebook.fresco:webpsupport:1.3.0'
implementation 'com.facebook.fresco:animated-webp:1.10.0'
implementation 'com.facebook.fresco:webpsupport:1.10.0'
}
// Run this once to be able to run the application with BUCK