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 Fixes https://github.com/software-mansion/react-native-gesture-handler/issues/1188 ## Test plan It's a random crash, at the moment nobody know how to reproduce it.

## Description When using React Native Gesture Handler with Overlays in the Wix React Native Navigation library, background touch events are swallowed up by the `gestureHandlerRootHOC` component when positioning with...

Platform: Android
Area: Gesture handlers

FYI this is my first time writing Kotlin, please be gentle. I noticed that ScaleGestureDetector returned zero and different values for scale and focal point as the iOS equivalent, so...

## Description Fixes #1214. Probably the maintainers don't want to alter the native iOS behavior with this PR, but this fork can be useful for those who want to avoid...

**EDITED** 22/05/21 ### Motivation #928 1. Drag and drop is a commonly used gesture in native platforms and is a top choice for app UI/UX. 1. There are many unique...

## Motivation Issue happens on iOS. https://github.com/kmagiera/react-native-gesture-handler/issues/476. After releasing finger in tap GH which is waiting for second GH and failure of second GH, values are being set zero and...

## Description PinchGestureHandler has been working differently on iOS and on Android. On Android PinchGestureHandler was transitioning to `BEGAN` state immediately after first pointer down and transitioning to `END` if...

## Description ## Motivation Is it coming? Is there plan to bring ti to gesture handler?

Feature request
Area: Touchable

Thanks in advance for the help! Please let me know if I can provide any extra information! - Platform: `iOS` - sdkVersion: `35.0.0` Refs: ``` this.panHandler = React.createRef(); this.pinchHandler =...

Area: Gesture handlers

Method onSwipeableWillOpen fired only after open panel, but not when start movement. How fix this moment?

Area: Swipeable