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 When you focus a react-native `Pressable` component with the keyboard, then press Enter or Space, then the `onPress` callback is called. This is not the case with the...

Platform: Android
Repro provided

## Description This PR enables the use of `borderWidth`, `borderColor` and `borderStyle` to style the `RectButton` component on Android. It's a continuation of #2792 Fixes #477 ## Test plan Some...

## Description Fixed fling component handler to activate based on fling velocity instead of fling distance. The fling also no longer has to be performed from start to finish entirely...

## Description It turns out that our code uses some deprecated functions. Also there were few more warnings, such as shadowed name or unused variables. Some of included changes require...

## Description While working on problems with scroll we discovered that Gesture Handler has many circular dependencies. This PR removes them from web implementation (the only one that's left is...

### Description Every time when I building my project, the following warning appears in the gradle output. I don't think this a problem (the project build correctly), but decided to...

Platform: Android
Missing repro

### Description We dont have any reference to `worklet` or `runOnJS` seems to be coming from RNGestureHandlerStateChangeEvent. Happens to about 1% of users, Android 14 the most. ``` Exception com.facebook.jni.CppException:...

Platform: Android
Missing repro

### Description In an SVG with a transparent image I set pointerEvents="none" to allow another Image to receive the gesture events. It is working fine on Web and on iOS....

Platform: Android
Repro provided

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.1.3 to 4.3.3. Release notes Sourced from fast-xml-parser's releases. Security Fix Update to this release if you use entity parsing in Fast XML Parser. Changelog Sourced from...

Dependencies
javascript