react-native-gesture-handler icon indicating copy to clipboard operation
react-native-gesture-handler copied to clipboard

Declarative API exposing platform native touch and gesture system to React Native.

Results 195 react-native-gesture-handler issues
Sort by recently updated
recently updated
newest added

Hi, I have something like that ``` Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since...

Bug
Area: Gesture handlers
BugBash 31.03

I'm attempting to use `LongPressGestureHandler` to detect both single and two finger long presses. It works fine with single finger, but when using two fingers (either in iOS simulator or...

Feature request
Area: Gesture handlers
BugBash 31.03

## Description onMoveOut scope is **too Wide** Click and hold TouchableHightLight > UNDETERMINED > MOVED_OUTSIDE ### Caveats ## Motivation Normally Holding should be **released** and clicking should be **canceled** when...

Feature request
Area: Touchable
BugBash 31.03

See this example: https://snack.expo.io/7ZTv9L6CR You can click on either the orange area or the background on Android. You can no longer click on the background on web, presumably because it...

Platform: Web
Can repro
BugBash 31.03

Since this package's types depend on `@types/react-native`, it should be a dependency of this package. Please check: https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html Currently, the problem will be observed with Yarn PNP (which is strict...

BugBash 31.03

😎 ```css cursor: grab; ```

Feature request
Platform: Web
BugBash 31.03

iOS and Android 10 use gesture based navigation systems. Sometimes we need the gestures in our app to override system gestures. This is especially important for Android where the back...

Feature request

## Description Touchable components do not layout as expected since they are wrapped in an extra view. To workaround this they have an extra `containerStyle` prop, but this is confusing...

## Description - This PR attempts to make android PinchGestureHandler consistent with iOS's implementation. i.e. Do not move PinchHandler to `end` state when a finger is lifted. - This issue...

## Description This PR attempts to fix `onStart` callback on android with `PinchGestureHandler` and resolve the below inconsistency on android and iOS. Fixes https://github.com/software-mansion/react-native-gesture-handler/issues/553 ### On iOS - onStart callback...