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 **Current Behavior:** I have a FlashList with items that can be panned to reveal timestamps and it seems I can either Pan or Scroll the FlashList even though...

Platform: iOS
Repro provided

### Description i am using "react-native-gesture-handler": "^2.25.0", "react-native-reanimated": "^4.0.0-beta.5", ``` const pressed = useSharedValue(false); const tap = Gesture.Tap() .onBegin(() => { pressed.value = true; }) .onFinalize(() => { pressed.value =...

Missing info
Platform: Android
Missing repro
Close when stale

### Description When `RectButton` is nested inside `ReanimatedSwippeable`, it does not trigger the `onPress` callback unless you long press. https://github.com/user-attachments/assets/8d720d7e-ad5f-4e15-968a-feccb24ec5fc ### Steps to reproduce 1. Put a `RectButton` inside a...

Can repro
Platform: iOS
Repro provided

## Description Without being able to reproduce, we saw some possible web crashed happening in react-native-gesture-handler. So adding more guards to avoid that Here are the sentry crashed :

### Description Gesture handler, similarly to [reanimated](https://github.com/software-mansion/react-native-reanimated/issues/7627), doesn't work properly when `detachInactiveScreens` is set to `false` on the navigator (tested on bottom tabs, likely other navigators, like stack, are affected...

Platform: iOS
Repro provided

### Description I have a swipeable element that contains a Pressable : ``` ...}> ...} > {...} ``` When you swipe from right to left and the user releases the...

Missing info
Platform: iOS
Missing repro

### Description When performing a pinch gesture on Android, if one finger is lifted, the `numberOfPointers` property incorrectly remains at 2. This causes the focal point coordinates (`focalX` and `focalY`)...

Platform: Android
Repro provided

### Description https://github.com/user-attachments/assets/5e58321b-71f4-4ad3-b90b-c9f3e0e964fb ### Steps to reproduce 1.setup 2.Generate multi-page list data 3.Some menus scroll out on the home page 4.Turn down the page ### A link to a [Gist](https://gist.github.com/),...

Platform: Android
Can repro
Platform: iOS
Missing repro

### Description when ReanimatedSwipeable on A Page. It will cause other page jittering. when i remove ReanimatedSwipeable. all will be ok. https://github.com/user-attachments/assets/687d9e7a-a2eb-4b64-a64f-974b8f93aff9 MainPageCode: ` { return ( 123 ) }}...

Missing info
Platform: iOS
Repro provided

## Description This PR deprecates `ForceTouch` gesture as it is no longer supported by Apple. ## Test plan Check that `Gesture.ForceTouch` is marked as deprecated