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 See this screen recording (epilepsy warning) https://github.com/software-mansion/react-native-gesture-handler/assets/4904335/1c3efd01-d3b3-428f-be34-5a3c6d49b632 (Note that the text is referring to the workaround to #2734, which does not affect Android, so you can ignore the...

Platform: Android
Repro provided

## Description I found some cases, when setImmediate is not available (f.ex in Coherent browser). This "workaround" seems to solve the issue. I didn't find more places where similar tweak...

### Description Would be very helpful if we had a `.cancel()` event for all the gestures to be able to cancel the one of the active events while using others....

Feature request
Missing info
Platform: Android
Platform: iOS
Missing repro

### Description A lot of warnings appear during build which is currently polluting the build output. Adding all warnings for people who search with partial logs for the same problem....

Platform: Android
Repro provided

### Description This warning occurs while building for Android ``` > Task :react-native-gesture-handler:processDebugManifest package="com.swmansion.gesturehandler" found in source AndroidManifest.xml: /Users/gerrico/Documents/EmersonConnected/emerson-connected-app/node_modules/react-native-gesture-handler/android/src/main/AndroidManifest.xml. Setting the namespace via the package attribute in the source AndroidManifest.xml...

Platform: Android
Missing repro

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...

Dependencies
javascript

## Description With the upgrade to 0.73, `metro-react-native-babel-preset` got replaced by `@react-native/babel-preset`, but I forgot to change it in the root `babel.config.js`, which resulted in errors about a missing module...

### Description Unable to detect panning gestures for the Webview(`react-native-webview`) component. Only onFinalize event is triggered in vertical panning. Horizontal panning works normally. Example: ``` export default function App() {...

Platform: iOS
Repro provided

### Description I’m trying to implement something similar to the gesture behaviour on the default list view on iOS. Eg. the “Reminders” app inside iOS. It consist of a scrollable...

Feature request
Platform: Android
Platform: iOS
Repro provided

### Description In PR #2588 adding macOS support, I added some XCode warnings for handlers not supported on macOS. This leads to some inconvenience, as we still have JS warning...

Platform: iOS
Platform: MacOS
Maintainer issue