-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIF not working in Android - React Native 0.76 #47408
Comments
|
|
@sujathasperi2022 Is this issue started coming from 0.76.0? |
@shubhamguptadream11 I recently started a new project with RN version 0.76.0 in which I noticed this in Android in iOS is working properly |
@sujathasperi2022 Your fresco library version is outdated. Try upgrading it to |
Will check with that and let you know |
Also could you please check if your same setup but with RN 0.75.x is working or not? |
@cortinico i am on RN version 0.75.2, and gif cannot be played either. |
@sujathasperi2022 Has it been resolved? |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
Description
GIF not working in Android - React Native 0.76.
But it is correctly working in iOS.
android/app/build.gradle is updated with gif support library
implementation 'com.facebook.fresco:animated-gif:3.1.3'
Steps to reproduce
React Native Version
0.76.0
Affected Platforms
Runtime - Android
Output of
npx react-native info
Stacktrace or Logs
Reproducer
https://github.com/sujathasperi2022/testapp.git
Screenshots and Videos
The text was updated successfully, but these errors were encountered: