This wasn't strictly necessary, but npx @rnx-kit/dep-check --write recommended updating, and we were on an ancient version.
Details
Details
- I reviewed the Release Notes and found no breaking changes that might affect us, other than the ones updated here
- Tested along with whole stack: test plan (includes testing gestures)
- 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
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
In D185 we're ignoring a warning regarding ForceTouchGestureHandler. Does this update allow us removing the ignoring?
Comment Actions
Unfortunately, no... I'm still seeing this error:
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.