Prevent FlashList from destroying component out of view #1054
andrewc1992
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
-
Hi all!
I am using Flashlist and I have one type of react component I load via a native bridge. When I scroll far enough away from the component, Flashlist destroys it. For all other types of components, I am fine destroying them when the user scrolls out of view, but for this one type, I do not want to destroy it. Is there a way to achieve that with the existing implementation?
Beta Was this translation helpful? Give feedback.
All reactions