touchable-scale
touchable-scale copied to clipboard
How come you chose to use TouchableWithoutFeedback from RN instead of RNGH?
See https://github.com/JonnyBurger/touchable-scale/blob/master/src/index.tsx#L2
I tried patching and importing
import {
LongPressGestureHandler,
LongPressGestureHandlerStateChangeEvent,
State,
TapGestureHandler,
TapGestureHandlerGestureEvent,
TouchableWithoutFeedback // use this one?
} from 'react-native-gesture-handler';
but this actually broke some Views in my app :o
So perhaps there's a reason you chose not to use it?
Why should we use it? What would be the reason in the first place?