Skip to content

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

Tags

v3.0.0-beta.2

Toggle v3.0.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Export new `createNativeWrapper` (#3971) ## Description This PR exports new `createNativeWrapper` implementation and renames old one to `legacy_createNativeWrapper`. It also updated documentation, along with skill for LLM migration. ## Test plan Check example from new docs.

v3.0.0-beta.1

Toggle v3.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update compatibility table for Gesture Handler 3 beta (#3955) ## Description This PR updates compatibility table in docs, as well as `README` in the root of the repository. ## Test plan Look at the compatibility table in docs

v2.30.0

Toggle v2.30.0's commit message
Release v2.30.0 

v2.29.1

Toggle v2.29.1's commit message
Release v2.29.1 

2.29.0

Toggle 2.29.0's commit message
Merge branch 'main' into 2.29-stable 

2.28.0

Toggle 2.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.28.0 (#3662) ## Description Release 2.28.0 > [!WARNING] > `Podfile.lock` in `macos-example` is not changed since latest `react-native-macos` fails to install `pods`. Moreover, for now they only support `react-native` up to 0.78, which will be dropped in this release. ## Test plan 🚀

2.27.2

Toggle 2.27.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 2.27.2 (#3624) ## Description Release 2.27.2 ## Test plan 🚀

2.27.1

Toggle 2.27.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecate `ForceTouch` gesture (#3550) ## Description This PR deprecates `ForceTouch` gesture as it is no longer supported by Apple. ## Test plan Check that `Gesture.ForceTouch` is marked as deprecated <img width="1020" alt="image" src="https://github.com/user-attachments/assets/1bf03106-af23-4dd5-9da7-47fd81b4404e" /> --------- Co-authored-by: Ignacy Łątka <latkaignacy@gmail.com>

2.27.0

Toggle 2.27.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Deprecate `ForceTouch` gesture (#3550) ## Description This PR deprecates `ForceTouch` gesture as it is no longer supported by Apple. ## Test plan Check that `Gesture.ForceTouch` is marked as deprecated <img width="1020" alt="image" src="https://github.com/user-attachments/assets/1bf03106-af23-4dd5-9da7-47fd81b4404e" /> --------- Co-authored-by: Ignacy Łątka <latkaignacy@gmail.com>

2.26.0

Toggle 2.26.0's commit message
Merge branch 'main' into 2.26-stable