Skip to content

Commit

Permalink
fix(android): support animated gifs
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <norman@berty.tech>
  • Loading branch information
n0izn0iz committed Dec 21, 2020
1 parent b20fd30 commit 2014853
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ dependencies {

implementation project(path: ":react-native-interactable") // remove when https://github.com/wix/react-native-interactable/pull/288 is merged

implementation 'com.facebook.fresco:animated-gif:2.0.0' // For animated GIF support

implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.0.0"

implementation project(':react-native-share')
Expand Down

0 comments on commit 2014853

Please sign in to comment.