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 260 react-native-gesture-handler issues
Sort by recently updated
recently updated
newest added

## Description - bump FabricExample to RN 0.75 - make changes necessary to build the app - native state type got changed from `ShadowNode` to `ShadowNodeWrapper` - adopt changes from...

## Description - moves `New Api` section to the top - unifies white-ish backgrounds across examples - unifies `Velocity Test` with `Simple Reanimated example` - unifies `Overlap Parent` and `OverlapSiblings`...

### Description - Problem: GestureDetector not work when inside two tab view but one tab view it's okay in react-native-tab-view - Expect: Can use gesture when inside two tab view...

Platform: Android
Repro provided

## Description On `web`, `anchor` and `focal` points are calculated with respect to `window`, not the actual handlers' `view`. This PR changes this behavior so that both of these points...

### Description On Android and iOS the focal (for pinch) and anchor (for rotation) points are always in the coordinate space of the view, while on web they are not....

Maintainer issue

## Description This is similar to #3166, but for the old arch ## Test plan Before this change, our app failed to build with RN 0.76.0-rc.6 without the new arch...

## Description This PR adds `ReanimatedDrawerLayout` component. ## Test plan - use the newly added Reanimated Drawer Layout example to see how the drawer layout functions - use the provided...

## Description CI Test ## Test plan CI Test

## Description This PR disables callback worklet warnings on web. These warnings are unnecessary since the web platform doesn't leverage worklets.

### Description trying the example for ReanimatedSwipeable generates warnings on the logs in my case, i just used RightAction, however those SharedValues seem to be causing the warnings ![Screenshot 2024-10-19...

Platform: iOS
Missing repro