Nested NestableDraggableFlatList inside NestableDraggableFlatList prevents parent scrolling
*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
Yes the same issue happened to me.
@vikaskumar122232 Were you able to find any solution?