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 260 react-native-gesture-handler issues
Sort by recently updated
recently updated
newest added

## Description Extracted new transformations example from https://github.com/software-mansion/react-native-gesture-handler/pull/2919, so that the entire thing isn't blocked by https://github.com/software-mansion/react-native-gesture-handler/issues/2929

### Description Hey RNGH developers, I have been using react native gesture handler for quite sometime now and it's doing an amazing job, However recently I have been experimenting with...

Platform: Android
Platform: iOS
Repro provided

### Description Pan gesture works usually fine inside a `ScrollView` or other component except some cases, when I try to drag an item a while after scrolling the scrollable parent...

Platform: iOS
Repro provided

### Description This is a really weird behavior, I've been facing it from time to time eventually - only on Android on both real devices and simulators. I have a...

Platform: Android
Can repro
Platform: iOS
Repro provided

### Description When using a horizontal pan gesture for a carousel, releasing the finger after swiping triggers `onPress` events on underlying `Pressable` components, even when the pan gesture has been...

Missing info
Platform: iOS
Repro provided

## Description This PR introduces a complete `Pressable` refactor. New `Pressable` version defines sequences of events required to activate different `Pressable` callbacks. This approach allows for fewer edge-case controls, and...

### Description React Native: 0.76.5 React: 18.3.1 react-native-reanimated: 3.16.7 react-native-screens: 4.6.0 Gradle: 8.10.2 Kotlin: 2.0.21. e: RNGestureHandlerButtonViewManager.kt: Cannot access 'ViewManagerWithGeneratedInterface' which is a supertype of 'RNGestureHandlerButtonViewManager'. Check your module classpath...

Missing repro
Platform: MacOS

## Description It was reported that in some cases _Gesture Handler_ crashes on web on the following [line](https://github.com/software-mansion/react-native-gesture-handler/blob/a19c683fa2d2849c5ed72f5d85c1ff9528fe8f6f/packages/react-native-gesture-handler/src/web/handlers/GestureHandler.ts#L704). Seems like elements in `PointerTracker` may not exist, even though we believed...

### Description After updating RN to 0.80.0 (was 0.74.6), gesture handler to 2.26.0 (was 2.16.2) and reanimated to 3.18.0 (was 3.15.5) I started to receive this warning on my gestures...

Platform: iOS
Missing repro

### Description I'm seeing a significant slowdown in rendering when I add a `Swipeable` to the items in a FlatList. This visually looks about 2x slower on my Androids (emulator,...

Platform: Android
Platform: iOS
Repro provided