Closed coderBeat closed 2 months ago
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
:warning: | Missing Reproducible Example |
---|---|
:information_source: | We could not detect a reproducible example in your issue report. Please provide either:
|
@coderBeat please provide a valid reproducer with the repo you linked: https://github.com/react-native-community/reproducer-react-native
We can look into it afterwards
I got it, the issue was occurring because I was using the old fresco library, which was not compatible with react-native 0.75.
I copied the fresco library link from the following link: https://reactnative.dev/docs/next/image
implementation 'com.facebook.fresco:animated-gif:3.1.0'
When I switched to the latest version, it worked:
implementation 'com.facebook.fresco:animated-gif:3.2.0'
I copied the fresco library link from the following link: reactnative.dev/docs/next/image
Awesome, are you up for updating the documentation?
Description
Running
GIF
image on android with React-Native 0.75.1 is not possible. I added the fresco:animated-gif library reference inandroid/app/build.gradle
, but it isn't working, only static image is been displayed.Steps to reproduce
implementation 'com.facebook.fresco:animated-gif:3.1.3'
toandroid/app/build.gradle
.React Native Version
0.75.1
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/react-native-community/reproducer-react-native
Screenshots and Videos