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 This PR aims to bring compatibility with `Next.js` apps ## Test plan Run Next.js app with Gesture Handler installed from package created from this PR.

Bumps [tar](https://github.com/isaacs/node-tar) from 6.1.6 to 6.2.1. Release notes Sourced from tar's releases. v6.1.13 6.1.13 (2022-12-07) Dependencies cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0 v6.1.12 6.1.12 (2022-10-31) Bug Fixes 57493ee...

Dependencies
javascript

### Description In process of installing @gorhom/bottom-sheet package, I was installing the gesture-handler package. I followed all the steps of installation which included adding import statements (import 'react-native-gesture-handler') to both...

Platform: iOS
Repro provided

## Summary This PR includes new InteractiveExamples and Expo Snacks for Pan, Tap, Long press, Rotation, Pinch, Fling and Hover gestures. ## Test plan You can only see the changes...

### Description It looks like the pan gesture is not canceled when the `RootViewGestureHandler` activates, because it's already in the active state. I'm not sure whether it should be active...

Maintainer issue

### Description Android Studio identifies this library as the top offender in our build increasing (local) build time. There has been a few changes in Gralde lately and libraries can...

Platform: Android
Missing repro

### Description Nesting a `Pressable` component inside a `Swipeable` works as expected on mobile: 1. tapping the `Pressable` content fires its `onPress` ✅ 2. swiping the `Swipeable` works as expected...

Platform: Web
Platform: iOS
Repro provided

### Description Hello! We are using react-native-gesture-handler in our project and currently working on a layout that involves Touchables and nested FlatLists. We have come across an issue on iOS...

Platform: iOS
Repro provided

Bumps [tar](https://github.com/isaacs/node-tar) from 6.2.0 to 6.2.1. Commits bef7b1e 6.2.1 fe8cd57 prevent extraction in excessively deep subfolders fe7ebfd remove security.md See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tar&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=6.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

Dependencies
javascript

### Description I am going to replicate the apple store animation effect, there is a zoom in and zoom out effect when sliding the interface and clicking to each View,...

Platform: Android
Repro provided
Platform: MacOS