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

### Description Right now, we don't implement RNNativeViewHandler on macOS. This is quite important, because compotents like GH button require this handler to work. It is not as simple as...

Platform: MacOS
Maintainer issue

### Description On macOS there is a problem with recognizing events after opening context menu with right click. It seems that handlers don't get the first event after every right...

Platform: MacOS
Maintainer issue

## Description I've noticed a weird interaction between Gesture Handler buttons and the ScrollView wrapped with `NativeViewGestureHandler` after https://github.com/software-mansion/react-native-gesture-handler/pull/2551 - after starting the scroll on a button, that button (and...

### Description We have a crash on Android, the stacktrace is provided below. This patch has already merged as changes to the new version but the issue is still reproducible....

Platform: Android
Can't repro

### Description ![image](https://user-images.githubusercontent.com/48652450/221786287-a99cbc78-8236-4627-b360-e31c65b872ed.png) ![image](https://user-images.githubusercontent.com/48652450/221786353-d908835c-d9b1-4cad-b01b-d783dad654bb.png) Dependencies: ``` "dependencies": { "expo": "~47.0.12", "expo-status-bar": "~1.4.2", "react": "18.1.0", "react-native": "0.70.5", "react-native-gesture-handler": "^2.9.0", "react-native-reanimated": "^2.14.4", "expo-splash-screen": "~0.17.5" }, "devDependencies": { "@babel/core": "^7.20.0" }, ``` run...

Missing info
Platform: Android
Repro provided

### Description react-native-gesture-handler is a very heavy dependency on web. At a glance, both the web and native gesture / handler implementations are being included. I believe that by wrapping...

Platform: Web
Missing repro

### Description Hi all, thanks for all that you've put into RNGH so far. It's pretty incredible! ## Preface We have created a "canvas" type component that is wrapped in...

Platform: Web
Platform: Android
Can repro
Platform: iOS
Repro provided

### Description We have a main drawer that we open with a button. The home screen of our app has a big FlatList with content. After opening the DrawerLayout twice...

Platform: iOS
Repro provided

### Description We noticed that in RN, `onShouldBlockNativeResponder` does NOT have any effect on iOS. This is also mentioned in [RN documentation](https://reactnative.dev/docs/panresponder). However, when a **_RN View_** is used inside...

Missing info
Platform: iOS
Missing repro

### Description I have a RectButton that contains a horizontal ScrollView with multiple TouchableWithoutFeedback (from react-native) components. When I attempt to scroll through the ScrollView, the RectButton gets triggered and...

Platform: Android
Repro provided