You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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!
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 therefreshing
prop istrue
, 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 replacing300
in thesetTimeout
with10000
.The text was updated successfully, but these errors were encountered: