-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
I demo'd this lib via the included example app (1.0.0-alpha.17) on a physical Pixel XL ([email protected]):
Issue: Dragging and Pressing draggable-objects (aka pink boxes) is not reliable.
Behavior: The pink draggable boxes in the example app do not consistently respond to being single-tapped or dragged. Attempting to tap or drag a box requires multiple attempts (which often fail to be recognized) and is an overall frustrating experience. The non-native javascript PanResponder behaves significantly better (see Note below).
Steps to Reproduce:
- Load the example app onto a physical device
- Navigate to one of the following screens:
DraggableorCombo with RN's ScrollView - Attempt to drag or single-press a pink draggable box
- Notice that attempts to drag or tap these boxes fail more often than they succeed.
Expected Behavior: Dragging and tapping draggable-objects should be a fluid/seamless experience.
Note: If you navigate to the example app's PanResponder screen, you can see that the non-native javascript PanResponder is (for some unknown reason) more reliable/smooth than this libs native implementation.