Andrei Alecu
Andrei Alecu
Update: It appears that if I download the snack locally and run it in the iOS simulator, the animation stops properly. https://github.com/user-attachments/assets/35cd1b8c-d28e-4244-b94f-41af821f7412 I initially discovered this issue in our real...
I suspected there's some interaction with React Navigation so I made a new Snack with it. Some very bizarre findings here: https://snack.expo.dev/Sf0Ja0uTG0fDY_R8BU2FI It appears that when the images are inside...
@dreampiggy yes, I believe your library is probably working correctly here. As I mentioned in a previous comment, downloading the source and running the code locally with an XCode compiled...
Hey @Kudo, thanks for looking at this! I reported a bunch of issues, one of which also happens on Android (the react navigation one) In my case I was not...
In our app we already disable downscaling, but we cannot stop the animation. Probably because of react navigation. See my other snack. We use long avifs, like up to a...
How come everything stops correctly here? https://github.com/expo/expo/issues/31176#issuecomment-2311870239 However as soon as the image is put in a navigation container it does indeed stop working.
A question regarding downscaling. As mentioned we were trying to use this with long AVIFs. HD and up to a minute and maybe longer. The downscaling wrecks performance and is...
I see, we just wanted a simpler solution because we wanted to be able to support avif, webp and other formats with the same code. So SDWebImage is not entirely...
There was an image that would not make it to disk. It would simply be missing, and then the docusaurus build would fail with a broken link to it. The...
Even mechanical drives have caches, so this impact is mostly theoretical. Here's a benchmark script: ```js const fs = require("fs/promises"); const { writeFileSync } = require("fs"); const path = require("path");...