Skip to content

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

@henrymoulton

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?

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