touchable-scale icon indicating copy to clipboard operation
touchable-scale copied to clipboard

How come you chose to use TouchableWithoutFeedback from RN instead of RNGH?

Open henrymoulton opened this issue 3 years ago • 1 comments

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?

henrymoulton avatar Apr 22 '22 21:04 henrymoulton

Why should we use it? What would be the reason in the first place?

JonnyBurger avatar Apr 24 '22 19:04 JonnyBurger