https://linear.app/comm/issue/ENG-10980/login-screen-flicker-on-startup-on-android
In AppNavigator we wait for interactions before hiding the splash screen. After RN upgrade it no longer works - waitForInteractions() resolves
before navigation navigates to the main screen.
So we wait for navigation to navigate before hiding the splash screen.
Depends on D15130