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 The new release of Expo 46 seemed had broken gesture-handler on iOS, where when a `PanGestureHandler` has `simultaneousHandlers` on, it will never get active. I have tested the...

Missing info
Platform: iOS
Repro provided

## Description Using a **RectButton** in a List component (**FlatList**/**SectionList**) will become unresponsive in certain scenarios. I am not sure whether this is an incorrect usage of this library or...

Platform: Android
Area: Gesture components
Repro provided

### Description When I build my app its failed with this errors: ``` Task :react-native-gesture-handler:compileDebugKotlin FAILED e: /Users/myname/Desktop/my-app/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerButtonViewManager.kt: (28, 40): Unresolved reference: RNGestureHandlerButtonManagerDelegate e: /Users/myname/Desktop/my-app/node_modules/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerButtonViewManager.kt: (29, 40): Unresolved reference: RNGestureHandlerButtonManagerInterface...

Platform: Android
Missing repro

## Description This PR: - Removes unnecessary `.gitignore`, `build.gradle` and `proguard-rules.pro` files from the `lib/` directory. I believe those were leftovers from when Gesture Handler could be used as a...

## Description When updating from `"react-native-gesture-handler": "2.3.2",` to `"react-native-gesture-handler": "2.4.1",`, I ran into errors running iOS, Android and Jest. I solved these errors by install the following dependencies. ``` "@babel/plugin-proposal-nullish-coalescing-operator":...

Missing info
Platform: Android
Platform: iOS
Missing repro
Close when stale

### make sure both parent and children could be response to press event ``` { // where I can record user press rect area data like position of container, do...

Missing info
Repro provided
Close when stale

## Description TODO ## Test plan None at the moment

## Description This PR introduces new approach for RNGH on web as a response to issue #902. Main point is removing hammer.js and using pointer events instead. It is based...

## Description This PR fixes an issue where Detector would try to update an already dropped gesture, which could happen on web in some cases. ## Test plan Tested on...

Also fix some errors in docs ## Description This PR upgrades Docusaurus to stable 2.0 release. It also makes the look of the docs more consistent with Reanimated's. ## Test...