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
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: