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
Describe the bug
With dragItemOverflow=false, I expect the items to be confined within the list (header not included).
Can we add some way to exclude the header?
Platform & Dependencies
Please list any applicable dependencies in addition to those below (react-navigation etc).
react-native-draggable-flatlist version: 4.0.1
Platform: iOS
Additional context
Screen recording demonstrating the problem:
@melhawnuhra I believe the issue might be related to the Gesture Handler at the root level. A possible solution would be to wrap your DraggableFlatList inside a GestureHandlerRootView like this
Describe the bug
With
dragItemOverflow=false
, I expect the items to be confined within the list (header not included).Can we add some way to exclude the header?
Platform & Dependencies
Please list any applicable dependencies in addition to those below (react-navigation etc).
Additional context
Screen recording demonstrating the problem:
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-05-13.at.11.11.40.mp4
The text was updated successfully, but these errors were encountered: