React Navigation 8 plans to use React's <Activity mode="hidden"> to unmount effects on inactive screens for better performance. However, this also hides content via display:none, causing blank screen flashes during swipe-back gestures. The post details a cross-platform workaround: on native (Android/iOS), a custom view using

6m read timeFrom callstack.com
Post cover image
Table of contents
What <Activity mode="hidden"> doesGoing rogue: Keeping content visibleConclusion

Sort: