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
I have a FlashList with items that can be panned to reveal timestamps and it seems I can either Pan or Scroll the FlashList even though I have a composed simultaneous gesture. Also seems that native gestures are not being detected from the FlashList
Expected Behavior
ScreenRecording_06-20-2025.14-26-02_1.mov
Something like iMessage timestamp revealing where I can almost free-pan so I can reveal timestamps and scroll. This works with FlatList so it likely means native gestures are not being detected from the FlashList. Some method to expose native elements?
FlatList working and not FlashList indicates that Native gesture detection is not working on the FlashList which is why I've seen a lot of people suggesting the renderScrollComponent and passing a ScrollView in there, and also why I tried to use getScrollableNode from FlashList for the scrollableRef but these did not seem to work. The most commonly suggested solution online is using gesture handlers which are from older versions of RNGH like here: software-mansion/react-native-gesture-handler#2175 (comment)
Are there any workarounds or is this not supported? The most recent active issue I have seen here: #551 was closed 3 weeks ago with an outdated solution almost 3 years old and on the older version of RNGH so I am wondering if anybody has found something for RNGH >2.0?
Steps to reproduce
Open Snack
Try simultaneous pan + scroll using FlashList
Comment out FlashList + try FlatList
Observe difference in behavior
Try uncommenting different things I've tried to see if they work
Description
Current Behavior
I have a FlashList with items that can be panned to reveal timestamps and it seems I can either Pan or Scroll the FlashList even though I have a composed simultaneous gesture. Also seems that native gestures are not being detected from the FlashList
Expected Behavior
ScreenRecording_06-20-2025.14-26-02_1.mov
Something like iMessage timestamp revealing where I can almost free-pan so I can reveal timestamps and scroll. This works with FlatList so it likely means native gestures are not being detected from the FlashList. Some method to expose native elements?
I have tried
FlatList instead of FlashList does work technically but it is awful looking with live data fetching and lots of messages.
Minimal reproducible example: https://snack.expo.dev/@yaboibrando/flashlistgestures?platform=ios All things I have tried are on the snack to try
FlatList working and not FlashList indicates that Native gesture detection is not working on the FlashList which is why I've seen a lot of people suggesting the renderScrollComponent and passing a ScrollView in there, and also why I tried to use getScrollableNode from FlashList for the scrollableRef but these did not seem to work. The most commonly suggested solution online is using gesture handlers which are from older versions of RNGH like here: software-mansion/react-native-gesture-handler#2175 (comment)
Are there any workarounds or is this not supported? The most recent active issue I have seen here: #551 was closed 3 weeks ago with an outdated solution almost 3 years old and on the older version of RNGH so I am wondering if anybody has found something for RNGH >2.0?
Steps to reproduce
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
https://snack.expo.dev/@yaboibrando/flashlistgestures?platform=ios
FlashList Version
1.6.4
Gesture Handler version
2.16.1
React Native version
0.74.3
Platforms
iOS
JavaScript runtime
None
Workflow
Using Expo Go
Architecture
None
Build type
None
Device
iOS simulator
Device model
No response
Acknowledgements
Yes