-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 support #4
Comments
I think they should work on iOS. On android it would involve adding another dependency. Might be worth it for platform parity and ease of use. |
Actually it doesn't work on iOS. Looks like it's something to do with linking FLAnimatedImage. |
GIFs would be a nice enhancement! Right now they do load but as if they were JPEG |
Don't forget to import FLAnimatedImageView correctly. |
Try cleaning your project: rm -rf ios/build
react-native run-ios |
@DylanVann have you thought of adding stop/start/isAnimated for GIF's ? It should be supported by FLAnimatedImage and If I'm correct also for Glide on Android. thoughts? |
show placeholder when timer is expired
…-fetch-updates-2021-08-18 Feature/preload callbacks fetch updates 2021 08 18
fix: index.tsx as main entry file
the gif is working as a source, but not as a defaultSource |
Actually, gifs don't work
The text was updated successfully, but these errors were encountered: