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

_NOTE: This is **not** the same issue as in #226_ **System:** iPhone 5s (simulator), iOS 12.2 (the problem doesn't appear on Android) **RN Version:** 0.59.4 **react-native-gesture-handler version**: 1.1.0 For _small_...

Can repro
Platform: iOS
To verify
Area: Touchable
BugBash 31.03

=== Open the issue ## Description ### Screenshots ![image](https://user-images.githubusercontent.com/31539383/104320041-76f85a00-54ea-11eb-94f0-f8cf0140278e.png) ## Steps To Reproduce 1. Install the libraries listed below 2. Follow the [jest expo guideline](https://docs.expo.io/guides/testing-with-jest/) 3. Create two files below...

Area: Tests
BugBash 31.03

## Description This PR does two things: - (iOS) sets `hitTestEdgeInsets` on `RNGestureHandlerButton` when Fabric is enabled - (Android) sets `clipChildren` to `false` on `ButtonViewGroup` The second change makes the...

## Description `GestureDetector` was not reattaching gestures if the underlying view has changed, which was especially noticeable when using layout animations. This PR updates `GestureDetector` to keep track of the...

## Description This PR solves a few issues with `LongPress` gesture on web: - adds a `duration` property to events send by the gesture - fixes a bug where `onBegin`...

## Description Moves `@types/react-native` to dependencies from devDependencies. Fixes https://github.com/software-mansion/react-native-gesture-handler/issues/1720.

## Description I am trying to reproduce a pinch and pan gesture on image like Instagram. In fact, each gesture works but not together, even with the `Gesture.Simultaneous` ### Screenshots...

Gesture Handler 2
Area: Gestures

## Description Adds initial support for react-native-windows. The more advanced customization options for each gesture recognizer were not implemented as part of this initial pass. They will be implemented later...

Area: Gesture handlers

## Description I'm copying examples from the docs and came across the double tap example. It seems to work fine on Android, but not on iOS. ### Platforms - [...

Platform: Cross platform inconsistency
BugBash 31.03

## Description Not all LongPress callbacks are being called on web. ### Platforms - [ ] iOS - [ ] Android - [x] Web ### Screenshots ![long-press-screen-recording](https://user-images.githubusercontent.com/1767836/169134744-0c14d12f-fd2c-4bbb-9144-9448393281db.gif) ## Steps To...

Platform: Web
Repro provided