wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.04k stars 2.67k forks source link

[V2][Android] waitForRender doesn't work for setStackRoot #5553

Closed sintylapse closed 4 years ago

sintylapse commented 4 years ago

Issue Description

When I try to setStackRoot white screen will blink for a moment, because the screen has background image. So waitForRender doesn't work for setStackRoot for Android in V2. It seems it was fixed in V3 for Android here https://github.com/wix/react-native-navigation/pull/5357 and in V2 for IOS here https://github.com/wix/react-native-navigation/pull/5141 . But we still don't have this fixed in V2 for Android


Environment

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe the issue is still relevant, please test on the latest Detox and report back. Thank you for your contributions.

stale[bot] commented 4 years ago

The issue has been closed for inactivity.

AlphaJuliettOmega commented 3 years ago

@sintylapse can you verify whether this is still an issue?

I had all white screens fixed in our app and now I have a white screen flash on Android with a .setRoot() call, while the iOs version of the exact same happening, has no white screen flash.