react-native-gesture-handler
react-native-gesture-handler copied to clipboard
Declarative API exposing platform native touch and gesture system to React Native.
_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_...
=== Open the issue ## Description ### Screenshots  ## 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...
## 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...
## 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...
## 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 - [...
## Description Not all LongPress callbacks are being called on web. ### Platforms - [ ] iOS - [ ] Android - [x] Web ### Screenshots  ## Steps To...