Skip to content
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

Animated WebP not being played #1055

Open
vincentsartoko opened this issue Oct 25, 2024 · 0 comments
Open

Animated WebP not being played #1055

vincentsartoko opened this issue Oct 25, 2024 · 0 comments
Labels

Comments

@vincentsartoko
Copy link

vincentsartoko commented Oct 25, 2024

Describe the bug
both animated and unanimated WebP are rendered as normal static image, ideally animated WebP should be a playing image. You can try this: https://cache.lahelu.com/frame-Utt29aofu-97045

To Reproduce
Steps to reproduce the behavior if possible, or a link to a reproduction repo:

  1. Use webp as source
import Image from 'react-native-fast-image';
<Image src="https://cache.lahelu.com/frame-Utt29aofu-97045" />
  1. Add gradle dependencies
dependencies {
    // WebP support, including animated Webp
    implementation 'com.facebook.fresco:animated-webp:3.1.3'
    implementation 'com.facebook.fresco:webpsupport:3.1.3'
}
  1. The image is rendered as a static image

Expected behavior
Animated WebP should play just like a GIF.

Screenshots
If applicable, add screenshots to help explain your problem.

Dependency versions

  • React Native version: 0.75.4
  • React version: 18.3.1
  • React Native Fast Image version: ^8.6.3

Note: if these are not the latest versions of each I recommend updating as extra effort will not be taken to be backwards compatible, and updating might resolving your issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant