Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DragList within Bottom Sheet is not working #69

Open
rbl-simonamanu opened this issue Jan 9, 2025 · 1 comment
Open

DragList within Bottom Sheet is not working #69

rbl-simonamanu opened this issue Jan 9, 2025 · 1 comment

Comments

@rbl-simonamanu
Copy link

The DragList component within the Bottom Sheet is not working as expected on Android devices. Users are unable to drag and reorder items within the list. This issue appears to be platform-specific, as it works correctly on other platforms.

Expected Behavior:
Items in the DragList should be draggable and reorderable within the Bottom Sheet.

Actual Behavior:
Dragging and reordering does not work, and the list items remain static.

@fivecar
Copy link
Owner

fivecar commented Jan 15, 2025

@rbl-simonamanu : thanks for reporting an issue!

  • Might you have any details about how it doesn't work? (e.g. have you checked whether the panResponder grant/release are being called by the platform correctly?)
  • By "Bottom Sheet," do you mean https://github.com/gorhom/react-native-bottom-sheet? Not positive what that library might be doing when it comes to capturing pans (e.g. does it support dragging-toward-the-bottom to dismiss the sheet? because if so, it might capture the pan responder).
  • And might this reproduce in the example app?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants