yarn react-native-gesture-handler 3.3.0
v3.3.0

3 hours ago

🐛 Bug fixes

  • Keep ReanimatedSwipeable native handlers stable when event callbacks change by @ngocdevv in #4466
  • Forward press handlers as testOnly_* in PressableWithTouchable by @huextrat in #4416
  • Pass reanimatedEventHandler only when the Reanimated detector is used by @antFrancon in #4429
  • [Android] Fix buttons firing press events when a scroll takes over the touch by @m-bert in #4441
  • [Android] Fix native handlers attaching to a nested button instead of the detector's child by @m-bert in #4464
  • Fix ReanimatedDrawerLayout animation speed after rerender by @ngocdevv in #4470
  • Fix dead presses in "never" mode when the keyboard belongs to a native field by @m-bert in #4439
  • Don't pass dependencies to Reanimated hooks on native by @m-bert in #4472
  • [Web] Activate ScrollView's native gesture on real scroll instead of pointer distance by @m-bert in #4420
  • [iOS] Detach handlers when the detector view is recycled by @m-bert in #4440
  • Forward borderless and foreground from android_ripple by @m-bert in #4442
  • [Android] Don't let an awaiting parent handler cancel the child it is waiting for by @j-piasecki in #4476
  • [Web] Reset NativeViewGestureHandler config on a full config replace by @j-piasecki in #4486
  • [Web] Restore enabled on a full config replace by @j-piasecki in #4487
  • [Web] Refresh the DOM after a full config replace by @j-piasecki in #4488
  • Default shouldCancelWhenOutside to true in useTapGesture by @giaBaoJS in #4475
  • Reset numberOfPointers in LongPressGestureHandler by @giaBaoJS in #4479
  • Reset enableTrackpadTwoFingerGesture in web PanGestureHandler by @giaBaoJS in #4480
  • [iOS] Keep button hit testing within its own subtree by @rileysay in #4495
  • [iOS] Cancel an in-progress press when the button gets disabled by @m-bert in #4501
  • [Android] Release the press when the button gets disabled by @m-bert in #4502
  • [Web] Drop a handler from the orchestrator when it gets disabled mid-gesture by @m-bert in #4504
  • [Web] Drop handlers that never began from the orchestrator by @m-bert in #4505
  • fix: stop circular GestureStateManagerType import on web by @roryabraham in #4508
  • [iOS] Preserve disabled button targets under box-none parents by @rileysay in #4506
  • Reset accumulated wheel delta in web WheelEventManager by @giaBaoJS in #4484
  • [Android] Stop nested scroll when a native handler's gesture ends by @m-bert in #4492

🔢 Miscellaneous

New Contributors

Full Changelog: v3.2.1...v3.3.0

Don't miss a new react-native-gesture-handler release

NewReleases is sending notifications on new releases.