| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-02 | 4.2 kB | |
| v2.31.0 source code.tar.gz | 2026-04-02 | 55.5 MB | |
| v2.31.0 source code.zip | 2026-04-02 | 56.1 MB | |
| Totals: 3 Items | 111.6 MB | 0 | |
❗ Important changes
- [Android] Check all pointers in move events by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4010
- Fix GestureDetector unresponsive after display:none toggle (New Arch) by @janicduplessis in https://github.com/software-mansion/react-native-gesture-handler/pull/3964
- fix(ios): guard +load with #ifdef RCT_DYNAMIC_FRAMEWORKS by @DavidDuarte22 in https://github.com/software-mansion/react-native-gesture-handler/pull/4047
- fix(android): compile RNGestureHandlerModule with Kotlin 2.3 by @christian-apollo in https://github.com/software-mansion/react-native-gesture-handler/pull/4043
👍 Improvements
- fix(iOS): handles
pointerEventsforPressablecomponent by @huextrat in https://github.com/software-mansion/react-native-gesture-handler/pull/3925 - fix(android): handles
pointerEventsforPressablecomponent by @huextrat in https://github.com/software-mansion/react-native-gesture-handler/pull/3927 - Change handler reference to weak pointer to prevent memleaks by @WoLewicki in https://github.com/software-mansion/react-native-gesture-handler/pull/3987
- [Android] Clear blocking relations on drop by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4020
- [iOS] Distinguish between mouse and stylus when hovering by @AndreasHogstrom in https://github.com/software-mansion/react-native-gesture-handler/pull/3991
- [iOS] Handle
FullWindowOverlayas the native root by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4039 - Memoize
Textcomponent by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4003 - [iOS] Add
numberOfPointerstoNativegesture events by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4023
🐛 Bug fixes
- Mocks: fix button content missing by @alpha0010 in https://github.com/software-mansion/react-native-gesture-handler/pull/4048
- [iOS] Add wrapper for
handleGesture:fromReset:by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3983 - [iOS] Fix wrong
pointerTypeinHovergesture by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/3989 - [iOS] Fix missing
onFinalizecallback inTapby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4029
🔢 Miscellaneous
- Move @types/react-test-renderer to dependencies by @YevheniiKotyrlo in https://github.com/software-mansion/react-native-gesture-handler/pull/4015
- Enable
exactOptionalPropertyTypessupport by @YevheniiKotyrlo in https://github.com/software-mansion/react-native-gesture-handler/pull/4012 - [docs] Add sorn25 banner to readme by @p-malecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3893
- [docs] Remove sorn25 banner from readme by @p-malecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3922
- Update the script responsible for updating the package version by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3934
- [General] Update existing events tests by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3944
- Update release flow to be more robust by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3938
- Bump github pages workflow by @akwasniewski in https://github.com/software-mansion/react-native-gesture-handler/pull/3949
- Temporarily disable commitly releases by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/3953
- Bump
expoon v2 branch by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4052
New Contributors
- @huextrat made their first contribution in https://github.com/software-mansion/react-native-gesture-handler/pull/3925
- @christian-apollo made their first contribution in https://github.com/software-mansion/react-native-gesture-handler/pull/4043
Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/v2.30.1...v2.31.0