Skip to content

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

1.10.3

26 Feb 15:53
0343428
Compare
Choose a tag to compare

Patch release fixing Expo 41 support, types, and removing deprecation warning.

⌨️ Typescript

🔢 Miscellaneous

🙌 Thank you for your contributions!

1.10.2

22 Feb 19:14
791b222
Compare
Choose a tag to compare

Patch release fixing missing mocks problem.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

1.10.1

12 Feb 21:36
5a97589
Compare
Choose a tag to compare

Patch release fixing most problems that came up after rewriting the library to TS.

🐛 Bug fixes

⌨️ Typescript

🙌 Thank you for your contributions!

1.10.0

08 Feb 14:59
da75ad2
Compare
Choose a tag to compare

This release includes docs wording improvements thanks to @jtalz, some bugfixes and drawer improvement. We also rewritten source code of RNGH to Typescript.

🐛 Bug fixes

👍 Improvements

⌨️ Typescript

🔢 Miscellaneous

🙌 Thank you for your contributions!

1.9.0

23 Nov 16:07
fa96bb0
Compare
Choose a tag to compare

This release mainly fixes problems with hitslop property and web implementation, adds two-finger scrolling on iPadOS, adds tap sound on touchables, and improves TS typings.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

1.8.0

03 Sep 12:45
Compare
Choose a tag to compare

In this release, we fixed some long-standing threading issues which were crashing apps integrated with RNGH. Additionally,MAX_POINTERS_COUNT has been increased to support devices that handle up to 12 simultaneous touches.

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you for your contributions!

1.7.0

22 Jul 09:21
0b987e4
Compare
Choose a tag to compare

❗ Important changes

🐛 Bug fixes

👍 Improvements

🔢 Miscellaneous

🙌 Thank you all for your contributions!

1.6.1

20 Mar 16:33
Compare
Choose a tag to compare

Patch release to include type definition fix from #978

1.6.0

14 Feb 16:57
Compare
Choose a tag to compare

Small release including native changes. Take a look at modal support! 🤗

Rename mReactRootView to mRootView @osdnk
Remove extra hammerjs code (#951) @EvanBacon
Fix CI (#968) @jakub-gonet
Make RNGH workable inside modals on Android (#937) @osdnk

Thanks!

1.5.6

03 Feb 11:03
Compare
Choose a tag to compare

Release including minor regression's fix. #944