Tomasz Sapeta
Tomasz Sapeta
@gkasdorf, do you want to take a look? I opened that WebP file (https://i.postimg.cc/LX6kRsmz/2.webp) in Safari and it seems to be slowed down there too 🤔
Thanks @gkasdorf for a great investigation! As you said, option 2 is not a good idea. It has fixed an issue reported during the beta phase (https://github.com/expo/expo/pull/20897) so that would...
@FelipeSSantos1 That's interesting! I'm sorry for not being very active here, too many things happening now... 😅 I quickly run the example on Snack on Web and it seems to...
> Animated WebP images are rendered slower Is this when you're using only the `SDImageWebPCoder` (not `SDImageAWebPCoder`)? If so, I don't think it's something fixable. That coder is just much...
I see, thanks for the summary! The increase in load time is a result of three things: using the slower `WebP` coder, using simulator and the image being animated. We...
> So do you think we should raise an issue on [SDWebImage](https://github.com/SDWebImage/SDWebImageWebPCoder) related to SDImageAWebPCoder This issue already exists and is still open: https://github.com/SDWebImage/SDWebImage/issues/3558. The effect is a bit different,...
By a global flag I mean a property/function that you call in JS in the top-level scope. That would work in any workflow, but if having a patch is ok...
I can reproduce the warning in the release version of Expo Go. I think https://github.com/software-mansion/react-native-reanimated/pull/5499 may solve it, but it hasn't been released yet. I will follow up on this...
`[email protected]` has been released – it shouldn't trigger the warning in Expo Go anymore, can someone try it and confirm?
@GeorgeHop Would you be able to provide a simple reproducible example? It looks like your use case (and repro) might be different than the one provided in this issue. >...