react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

Nested NestableDraggableFlatList inside NestableDraggableFlatList prevents parent scrolling

Open vikaskumar122232 opened this issue 10 months ago • 2 comments

*This package has external dependencies of react-native-reanimated and react-native-gesture-handler which must be installed separately. Before opening an issue related to animations or gestures please verify that you have completed ALL installation steps, including the [changes to MainActivity.](https://software-mansion.github.io/react-native-gesture-handler/docs/getting-started.html#andr

oid)*

Describe the bug When using NestableScrollContainer with NestableDraggableFlatList, if a nested list is present inside the parent draggable list, the parent scrolling stops working.

Parent list should scroll, but all scrolling is blocked. Issue occurs when i try to scroll though child touch event after complete the scroll i can't scroll Happens on both iOS & Android.

To Reproduce

Platform & Dependencies Please list any applicable dependencies in addition to those below.

  • react-native-draggable-flatlist version:
  • Platform:
  • React Native: 0.73.1
  • Reanimated version:^3.16.6
  • React Native Gesture Handler version:^2.18.0

Additional context Add any other context about the problem here.

https://github.com/user-attachments/assets/1f5b6b50-7439-4ebb-8685-658f556b6e42

vikaskumar122232 avatar Feb 20 '25 07:02 vikaskumar122232

Yes the same issue happened to me.

sujathasperi2022 avatar May 21 '25 02:05 sujathasperi2022

@vikaskumar122232 Were you able to find any solution?

sadiacha avatar Nov 17 '25 12:11 sadiacha