tl;dr – A tiny helper (
infiniteThenable
) inside react-freeze made React’s Fabric scheduler loop forever, so the JS → UI microtask bridge never got a chance to flush. We patched the scheduler to flush manually and replaced the culprit with React 19’sOffscreen
– animations are smooth again.
- Animations powered by Reanimated randomly froze.