Skip to content

Tags: software-mansion/react-native-gesture-handler

Tags

2.23.0

Toggle 2.23.0's commit message
remove 2 breaking cpp imports

2.22.1

Toggle 2.22.1's commit message
Release 2.22.1 (#3353)

## Description

Bumps versions for release

## Test plan

<!--
Describe how did you test this change here.
-->

2.22.0

Toggle 2.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.22.0 (#3315)

## Description

Release 2.22.0

## Test plan

-

2.21.2

Toggle 2.21.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.21.2 (#3226)

## Description

Bump version

2.21.1

Toggle 2.21.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: missing ReanimatedDrawerLayout (#3218)

## Description

I'm getting error when importing
`react-native-gesture-handler/ReanimatedDrawerLayout` because the folder
is missing

## Test plan

Add the folder `ReanimatedDrawerLayout` on my local in `node_modules`
and it works

2.21.0

Toggle 2.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update outdated compatibility table in docs (#3212)

## Description

Update the `rn` <-> `rngh` compatibility table in the `installation` docs page.

## Test plan

- compare the current table with the one available on `npm` page [[link](https://www.npmjs.com/package/react-native-gesture-handler)]

2.20.2

Toggle 2.20.2's commit message
[macOS] Fix build on old architecture (#3182)

## Description

Currently macOS fails to build on old architecture. This PR fixes that.

## Test plan

Run MacOSExample on paper.

2.20.1

Toggle 2.20.1's commit message
Bump version

2.20.0

Toggle 2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.20.0 (#3123)

## Description

Bumps version to 2.20.0 and RN in Fabric Example to 0.76.0-rc.2

2.19.0

Toggle 2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: touch event absolute position (#3078)

## Description

The PR fixes the issue mentioned
[here](#3073)
about the incorrect absolute positions on touch events. The view
transformations should not affect the absolute position of the touch, so
the source event should also be passed to gesture handlers and used for
calculations. It applies to `ACTION_DOWN`, `ACTION_MOVE`, and
`ACTION_UP` motion events.

<!--
Description and motivation for this PR.

Include 'Fixes #<number>' if this is fixing some issue.
-->

## Test plan

I've checked on android device for repro provided in the above-mentioned
issue with some scroll offset.

<!--
Describe how did you test this change here.
-->