Similar cause to the parent diff, and a similar solution – migrating off of the deprecated useAnimatedGestureHandler API.
I had some trouble figuring out how to detect when the gestures are no longer pending due to quirks of Gesture.Exclusive. The only way around them was to use the more low-level onTouchesCancelled callback. Context in this ChatGPT session, this Codex session, and this Claude Code session.
Depends on D15492