Is there a way to temporarily disable recycling for testing? #1446
TowhidKashem
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I often have the need to confirm if an error I am seeing is due to an actual bug with the original code or due to recycling issues. At this point I usually replace Flashlist with Flatlist during debugging but I also need to adjust several props (ones that are needed in Flatlist which aren't supported in Flashlist and vice versa). It would be very convenient if I could just toggle a prop instead to disable the Flashlist's recycling behavior temporarily. Does this already exist cause I couldn't find any props that looked like it did this. https://github.com/Flipkart/recyclerlistview has a
disableRecycling
prop but it doesn't seem to be accepted by Flashlist.Beta Was this translation helpful? Give feedback.
All reactions