react-native-draggable
react-native-draggable copied to clipboard
Add functionality to disable only the drag capability
For the case that it should not be possible to drag the Draggable anymore, but it should still react to touch events, a dragDisabled flag is added in this PR.
Some trailing whitespace is removed as well.
Hi, @tongyy! Could you please review it? I find this very useful to have for example an action onShortPressRelease but not move the element. Thanks!