Page MenuHomePhabricator

[native] [34/40] RN 0.70: Update to react-native-gesture-handler@2.8.0
ClosedPublic

Authored by ashoat on Dec 19 2022, 7:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 26, 4:16 PM
Unknown Object (File)
Fri, May 24, 6:36 PM
Unknown Object (File)
Fri, May 24, 6:36 PM
Unknown Object (File)
Fri, May 24, 6:36 PM
Unknown Object (File)
Fri, May 24, 6:36 PM
Unknown Object (File)
Fri, May 24, 6:35 PM
Unknown Object (File)
Fri, May 24, 6:35 PM
Unknown Object (File)
Fri, May 24, 2:50 PM
Subscribers

Details

Summary

This wasn't strictly necessary, but npx @rnx-kit/dep-check --write recommended updating, and we were on an ancient version.

Test Plan
  1. I reviewed the Release Notes and found no breaking changes that might affect us, other than the ones updated here
  2. Tested along with whole stack: test plan (includes testing gestures)
  3. Manually tested SwipeableThread since it imports Swipeable from RNGH which is poorly supported and had some changes noted in the breaking changes list

Depends on D5934

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Harbormaster returned this revision to the author for changes because remote builds failed.Dec 19 2022, 7:19 AM
Harbormaster returned this revision to the author for changes because remote builds failed.Dec 19 2022, 9:12 AM
Harbormaster failed remote builds in B14391: Diff 19640!

Please ignore CI until the end of the stack

This revision is now accepted and ready to land.Dec 20 2022, 3:41 AM

In D185 we're ignoring a warning regarding ForceTouchGestureHandler. Does this update allow us removing the ignoring?

Unfortunately, no... I'm still seeing this error:

2022-12-20 11.52.23.png (2×1 px, 391 KB)

However, it's looking like the "Please report: Excessive number of pending callbacks" ignoreWarnings from D185 might be possible to remove! I'll look into this after landing the stack.