We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43e2b9 commit 135c815Copy full SHA for 135c815
android/app/build.gradle
@@ -91,8 +91,8 @@ dependencies {
91
}
92
implementation project(':react-native-navigation')
93
implementation project(':react-native-ui-lib')
94
- implementation 'com.facebook.fresco:fresco:2.0.0'
95
- implementation 'com.facebook.fresco:animated-gif:2.0.0'
+ implementation 'com.facebook.fresco:fresco:2.5.0'
+ implementation 'com.facebook.fresco:animated-gif:2.5.0'
96
97
if (enableHermes) {
98
def hermesPath = "../../node_modules/hermes-engine/android/";
0 commit comments