Skip to content

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

Description

@henrymoulton

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions