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
Sort: