react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

TouchableHightLight onMoveOut scope

Open maestrolsj opened this issue 3 years ago • 0 comments

Description

onMoveOut scope is too Wide Click and hold TouchableHightLight > UNDETERMINED > MOVED_OUTSIDE

Caveats

Motivation

Normally Holding should be released and clicking should be canceled when finger holding a button moved out of Button

It would be nice it provides releaseSlop like hitSlop

Code example

<TouchableHighlight onPress={} >
  {children}
</TouchableHighlight>

maestrolsj avatar Nov 29 '20 15:11 maestrolsj