Andrei Cirstea
Andrei Cirstea
I've had the same issue on IOS. I manage to fix it by using the renderImage prop, and render my own image component. @Yandamuri
Tried the same code as yours @Yandamuri , And it works for me. It is probably related to your image resolution? Maybe try a bigger resolution image from google, just...
Hi @ThinkerLu , we still have this issue. Did you find any solution for this?
Hi There, I made a fix for this issue. Hope it will help you. The issue is not because of the of the FlatList component, but because `InteractionManager.runAfterInteractions()` function seems...
No worries @pierroo :) I've been using the patch for around 6 months now, in three different projects, and I didn't have any performance issues or any other issues due...
Hi @SamKissee , did you find any solution for this issue? We are facing the same thing.
Thanks @kyo504 , we will probably try this in a future release
Hi @BogdanRad I managed to do a workaround this issue. I had the same error as you, as I am using Yarn3, for my project, and patch-package is trying to...