| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-13 | 13.7 kB | |
| v3.2.0 source code.tar.gz | 2026-08-13 | 55.8 MB | |
| v3.2.0 source code.zip | 2026-08-13 | 56.5 MB | |
| Totals: 3 Items | 112.3 MB | 0 | |
❗ Important changes
- feat: Adopt AGP v9 by @hurali97 in https://github.com/software-mansion/react-native-gesture-handler/pull/4263
- Implement
Pressablebased onTouchableby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4411 - [Android] Add hover callbacks to Touchable by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4396
- [iOS] Add hover callbacks to Touchable by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4397
- [Web] Add hover callbacks to Touchable by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4398
- [Web] Refactor
Touchablenot to rely onGestureDetectorby @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4344 - [iOS] Refactor
Touchablenot to rely onGestureDetectorby @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4343 - [Android] Refactor
Touchablenot to rely onGestureDetectorby @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4342 - Fix fatal crash
Cannot read property 'translationX' of undefinedwhen a touch event is serialized withoutallTouchesby @huextrat in https://github.com/software-mansion/react-native-gesture-handler/pull/4316
👍 Improvements
- [Android] Skip the underlay drawable when it can never be visible by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4359
- [Android] Apply the button's managed handler config once per prop transaction by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4357
- [Android] Configure the button's handler directly instead of through a
ReadableMapby @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4358
🐛 Bug fixes
- [Android] Guard update events to only be dispatched in ACTIVE state by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4332
- Pass empty callbacks to UI when
runOnJSistrueby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4326 - [Web] Fix incorrectly calculated
timeDeltaby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4329 - [Web] Fix incorrect
Tapoffset by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4330 - Fix
minVelocityprops behavior by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4327 - [Android] Fix
minDistancebeing reset by partial config updates by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4347 - Move Interceptor on
ScrollView, not its content by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4331 - [iOS] Re-sync layer opacity and transform from retained props when recycling buttons by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4360
- [Android] Properly handle
requestDisallowInterceptTouchEventfor v3 by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4367 - Fix
Touchablenot respectingkeyboardShouldPersistTaps="handled"by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4372 - [macOS] Fix touch events never being delivered by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4390
- fix: crash when mount listener fires after GestureDetector unmount by @kosmydel in https://github.com/software-mansion/react-native-gesture-handler/pull/4268
- [macOS] Fix
Panactivation criteria being ignored by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4387 - [macOS] Fix
manualActivationnever blocking gesture activation by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4389 - [iOS] Fix touch events never being delivered to
VirtualDetectorhandlers by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4392 - [iOS] Fix gestures attached via
VirtualGestureDetectornever recognizing continuous gestures by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4393 - [macOS] Fix
Flingnot sending touch events and begin/end states consistently by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4395 - [Android] Fix handlers cancelled while awaiting leaking in the orchestrator by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4402
- [iOS] Fix gesture callback guarantees when view is detached mid-gesture by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4321
- [General] Default GestureDetector moduleId to -1 by @kosmydel in https://github.com/software-mansion/react-native-gesture-handler/pull/4412
- Clear pending timers on unmount in StatefulPressable by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4413
🔢 Miscellaneous
- Update types to respect Strict TS API by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4319
- Export
PressableEventtype by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4324 - [Docs] Improve docs by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4325
- [Docs] Uncover banner by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4338
- Update
AGENTS.mdby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4339 - Don't dispatch orphaned touch events by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4341
- [Docs] Fix TopbarBanner not refilling content after navigation by @p-malecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4348
- Get
uiRuntimedirectly from react-native-worklets by @coado in https://github.com/software-mansion/react-native-gesture-handler/pull/4276 - [iOS] Check if
enableTrackpadTwoFingerGestureisnilbefore applying by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4349 - [Docs] Update sponsors section by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4355
- [General] Pass
nullhitSlop instead of coercing it to zero by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4356 - [Docs] Reintroduce states flow chart by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4352
- [Docs] Add callbacks flow charts by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4354
- [Docs] Do not highlight wrong
onBegintransition by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4361 - [Docs] Add "Getting Started" page by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4362
- Add Imperative Gesture Handler Testing API by @coado in https://github.com/software-mansion/react-native-gesture-handler/pull/4309
- [Docs] Add announcement
Chipby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4366 - [Docs] Restructure SideBar by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4365
- [Docs] Add
Touchablesection to landing page by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4368 - Chore: Wrap FC with ref forwarding for virtualdetector by @tshmieldev in https://github.com/software-mansion/react-native-gesture-handler/pull/4369
- [Docs] Add platform circles by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4370
- [Android] Fix basic-example
hermescpath by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4371 - Extract
CALLBACK_TYPEto shared module by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4374 - Don't evaluate
__DEV__orReanimatedat module scope by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4375 - Replace React Native type imports in
EventTypes/eventUtilswith structural equivalents by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4377 - De-couple the web handlers from React Native by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4381
- Use
globalThisinstead of bareglobalin utils by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4380 - Extract the RN-free half of
ScrollViewinterop fromScrollViewResponderInterceptorby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4376 - Extract
HoverEffectto a standalone module by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4379 - Lift
ButtonEventout of the codegen spec into shared types by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4382 - Chore: ref forwarding to child in wrap v2 by @tshmieldev in https://github.com/software-mansion/react-native-gesture-handler/pull/4385
- Stub the Windows module's
Gesturesmap by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4383 - [General] Align
pointerTypeacross native and JS by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4403 - [CI] Upload application artifacts by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4378
- [Apple] Remove trailing semicolons from
RNGHGestureRecognizerState*macros by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4391 - [General] Fix stale deprecation messages pointing to
Clickableby @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4394 - [Docs] Document Touchable hover callbacks by @j-piasecki in https://github.com/software-mansion/react-native-gesture-handler/pull/4399
- refactor: replace makeMutable with createShareable by @tjzel in https://github.com/software-mansion/react-native-gesture-handler/pull/4406
- chore: update deprecated Reanimated API use with Worklets by @tjzel in https://github.com/software-mansion/react-native-gesture-handler/pull/4407
- [macOS] Downgrade
react-native-workletsby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4410 - Move hitSlop normalization to JS by @coado in https://github.com/software-mansion/react-native-gesture-handler/pull/4388
- Derive
Pressablepressed state fromtestOnly_pressedby @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4414 - [Android] Resolve the button event dispatcher by react tag by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4415
- Bump fast-uri from 3.1.2 to 3.1.4 in /packages/docs-gesture-handler by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4334
- Bump webpack-dev-server from 5.2.5 to 5.2.6 in /packages/docs-gesture-handler by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4333
- Bump body-parser from 1.20.4 to 1.20.6 in /packages/docs-gesture-handler by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4335
- Bump shell-quote from 1.8.4 to 1.10.0 in /packages/docs-gesture-handler by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4336
- Bump svgo from 3.3.3 to 3.3.4 in /packages/docs-gesture-handler by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4337
- Bump to React Native 0.87 by @m-bert in https://github.com/software-mansion/react-native-gesture-handler/pull/4310
- Bump nanoid from 3.3.15 to 3.3.18 by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4409
- Bump json from 2.11.1 to 2.19.9 in /apps/macos-example by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4345
- Bump json from 2.12.2 to 2.19.9 in /apps/basic-example by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4346
- Bump tar from 7.5.19 to 7.5.22 by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4351
- Bump websocket-driver from 0.7.4 to 0.7.5 in /packages/docs-gesture-handler by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4317
- Bump postcss from 8.5.16 to 8.5.25 by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4384
- Bump undici from 8.7.0 to 8.10.0 by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4373
- Bump js-yaml from 3.15.0 to 3.15.1 by @dependabot[bot] in https://github.com/software-mansion/react-native-gesture-handler/pull/4405
New Contributors
- @tshmieldev made their first contribution in https://github.com/software-mansion/react-native-gesture-handler/pull/4369
- @hurali97 made their first contribution in https://github.com/software-mansion/react-native-gesture-handler/pull/4263
Full Changelog: https://github.com/software-mansion/react-native-gesture-handler/compare/v3.1.0...v3.2.0