-
The code below makes it possible to detect the Y-axis pan gesture when scrolling a FlashList and perform native scrolling at the same time, but it's not as fast as when I previously used Animated.FlatList inside the GestureDetector. Is it possible to fire both native scrolling and Y-axis pan gesture events on a FlashList inside a GestureDetector at the same time? Simply wrapping it in a GestureDetector would prevent the list from scrolling on its own.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @YellaGoya! Your code uses old API which is deprecated 😞
Have you tried marking handlers as simultaneous with |
Beta Was this translation helpful? Give feedback.
Hi @YellaGoya! Your code uses old API which is deprecated 😞
Have you tried marking handlers as simultaneous with
FlatList
?