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
What's interesting is that even disabling the ScrollView component (via scrollEnabled), it still doesn't work. It seems like on Android, the scroll captures the action and prevents the scroll from happening. If I replace ScrollView with a static View, then the drag and drop works as expected.
Screen.Recording.2026-02-09.at.08.47.58.mp4
Steps to reproduce
Create a True Sheet with scrollable and drag and drop support
If the sheet has less items than the height (which on Android means it won't scroll), you can't drag
Description
What's interesting is that even disabling the
ScrollViewcomponent (viascrollEnabled), it still doesn't work. It seems like on Android, the scroll captures the action and prevents the scroll from happening. If I replaceScrollViewwith a staticView, then the drag and drop works as expected.Screen.Recording.2026-02-09.at.08.47.58.mp4
Steps to reproduce
Code snippet, Snack or GitHub repository link
https://github.com/dccarmo/android-scroll
React Native Sortables version
^1.9.4
Reanimated version
~4.1.1
React Native Gesture Handler version
~2.28.0
React Native version
0.81.4
Platforms
Android
Architecture
Fabric (New Architecture)
Workflow
Expo Dev Client
Device
Android emulator
Acknowledgements
Yes