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 Hello, thanks for your library it is really good and very powerful 😎 . I found an issue that when talkback is enabled, the onPress call occurs multiple...

Platform: Android
Missing repro

## Description ✅ Success Case - When we used "react-native-reanimated" package, jest test success. - Because "react-native-reanimated" jestUtils included `jest.useFakeTimers()` - https://github.com/software-mansion/react-native-reanimated/blob/main/src/reanimated2/jestUtils.ts#L155 ❌ Fail Case - When we unused "react-native-reanimated"...

## Description Bumps version of RN in FabricExample and adds `.yarnrc.yml` to gitignore.

## Description This PR refactors the example application. We want to use expo in our example application. - Move the example app from `react-native-cli` to `expo`. - Add custom App...

## Description Currently our components (`BaseButton`, `RectButton` and `BorderlessButton`) don't support `refs`, so it is impossible to use methods like `measure`. This PR adds wrapper to these components, so that...

In order to use navbar and footer theme components from `@swmansion/t-rex-ui`, we need to rewrite current navbar and footer to be more simplified. To achieve that we moved landing background...

## Description This PR refactors GestureDetector file: - splits it into smaller files - renames some variables - removes redundant logic - extracts common logic to utils ## Test plan...

## Description Because of a ramping up maintainance cost across our suite of tools - Reanimated, Gesture Handler & React Native IDE we've decided to create a UI library for...

This PR adds our own `Pressable` component Closes https://github.com/software-mansion/react-native-gesture-handler/issues/1221

This PR adds documentation page for the new Reanimated `Swipeable` component.