jiti-meet/react/features/mobile/navigation/components
Saúl Ibarra Corretgé e6ce5fd75f fix(rn,navigation) wait until the root navigator is initialized
There is a race condition in the root navigatior's initialization.

It's possible that it's initialized a touch too late and SDK users who
try to navigate to a conference end up stuck in the connecting screen
because the navigator is null.

This PR waits for it to be initilized by very unorthodox means, it's a
horrible hack which we need to undo, but for that we need to break
appart the inheritance relationship between App.{web,native},
AbstractApp and BaseApp because it's very inflexible.

The flags are now initialized very early so the naviggator sees if the
welcome page is enabled or not.
2022-05-06 15:05:37 +02:00
..
conference feat(carmode) Add carmode screen 2022-05-06 13:14:10 +03:00
lobby fix(rn,lobby) use a header for the main lobby screen 2022-05-02 16:29:40 +02:00
welcome fix(calendar-sync) fixed pull to refresh on Calendar List mobile 2022-02-22 17:09:38 +02:00
ConnectingPage.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
HeaderNavigationButton.js feat(rn,ui) use dark gray for screen headers 2022-05-02 16:01:40 +02:00
RootNavigationContainer.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
styles.js fix(mobile/navigation) - fixed bottom color glitch 2022-03-23 16:37:24 +02:00