I've been using this library (it works very well), and I was just wondering if there was anyway to control the sensitivity of items that are draggable, for example, require less time to start a drag event.
From my understanding the library leverages react-native-gesture-recognizer and LongPressGestureHandler. Is there somewhere in the code I would be able to edit the minDurationMs prop of the LongPressGestureHandler within react-native-drax?
I've been using this library (it works very well), and I was just wondering if there was anyway to control the sensitivity of items that are draggable, for example, require less time to start a drag event.
From my understanding the library leverages react-native-gesture-recognizer and
LongPressGestureHandler
. Is there somewhere in the code I would be able to edit theminDurationMs
prop of theLongPressGestureHandler
within react-native-drax?Thanks!