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 Facing crash on Android release build Majorly Android 15 Getting a lot of these on Google play console backtrace: #00 pc 0x000000000005d658 /apex/com.android.runtime/lib64/bionic/libc.so (abort+172) #01 pc 0x000000000093075c /apex/com.android.art/lib64/libart.so...

Missing info
Platform: Android
Missing repro
Close when stale

### Description I noticed that the `onTouchesDown` and `onTouchesUp` callback is being fired ona all currently touched gesture detectors when I start/stop touching just one of them but keep touching...

Missing info
Platform: Android
Repro provided

## Description This PR adds support for tracking multiple sequential taps in the Tap Gesture Handler by introducing a new `maxNumberOfTaps` property. This specific use case I was trying to...

## Description Changes how `setGestureState` is exposed to the UI runtime. Instead of the weird conditionally adding Reanimated as a dependency on Android and the weird cast on iOS it...

### Description When using a ScrollView with TextInput components from react-native-gesture-handler, the scroll functionality is blocked when the touch event starts inside a TextInput. Note that this issue only occurs...

Missing info
Platform: Android
Repro provided

### Description Trying with simple example, I faced next issue, I can't trigger onPress action on renderLeftActions, only renderRightActions works fine. Even if I momentarily swap the body of both,...

Platform: Web
Platform: Android
Can repro
Platform: iOS

## Description This PR is an attempt at fixing bug reported in https://github.com/software-mansion/react-native-gesture-handler/issues/2160. Essentially when having a button with `shouldCancelWhenOutside={true}` in a `ScrollView` and scrolling quickly, especially when at the...

### Description This could be considered a feature request and builds upon @gaearon's findings on Pan Gesture Native Gesture interactions. References: #2616, #3326, #3513 I find myself in a bit...

Missing info
Platform: Android
Missing repro

### Description This might be a re-regression of https://github.com/software-mansion/react-native-gesture-handler/issues/2472 not totally sure. On an Android device with TalkBack enabled, the `ScrollView` exported from `react-native-gesture-handler` cannot be scrolled with the two-finger...

Platform: Android
Repro provided

## Description ⚠ not ready for merge, we need to wait for https://github.com/software-mansion/react-native-reanimated/pull/7490 ## Test plan