GestureDetector for list items cause lag #1993
Unanswered
Pietro-Putelli
asked this question in
Q&A
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.
-
Hi, I'm working on an app with an infinity media scroll, like TikTok, and after some struggles, I finally figure out that, if every cell of the list has a
<GestureDetector />
forPanGesture
, when the list reach the end and try to load new items, a lag occurred, caused byreact-native-gesture-handler.
version ^2.3.2.
Have you some suggestions?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions