You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
See https://github.com/JonnyBurger/touchable-scale/blob/master/src/index.tsx#L2
I tried patching and importing
but this actually broke some Views in my app :o
So perhaps there's a reason you chose not to use it?