Flicker in scroll while refreshing is True
Opened this issue · 1 comments
AlirezaHadjar commented
Hi,
Thank you for the amazing library that you created. I found a bug in it. If you scroll the list (e.g. TabFlashList
) while the refreshing
prop is true
, it flickers.
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-08-13.at.11.41.40.mp4
I tested it on the Example
code sample and it happens there too. You just need to increase the refreshing time by replacing 300
in the setTimeout
with 10000
.
alantoa commented
Hey, @AlirezaHadjar, thanks for reporting. Actually, I had noticed this before. The fix is still a work in progress here. I will continue working on it when I have time!