Issue: Gray screen appears on Android when users enable "Reduce Motion" accessibility setting and quickly swipe between channels.
Root Cause: Animation updates (translateX
) arrive while components are frozen/unregistered, causing updates to be lost and components to render with stale values.
Context: I've been working on this issue and there are currently three different solutions in play. I want to present the situation to the team and get alignment on the best approach.