jiti-meet/react/features/mobile/navigation
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
..
components fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
actionTypes.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
functions.js feat(lobby/native) LobbyScreen and LobbyChatScreen 2022-04-26 14:55:15 +03:00
middleware.js feat(lobby/native) LobbyScreen and LobbyChatScreen 2022-04-26 14:55:15 +03:00
rootNavigationContainerRef.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
routes.js feat(carmode) Add carmode screen 2022-05-06 13:14:10 +03:00
screenOptions.js feat(carmode) Add carmode screen 2022-05-06 13:14:10 +03:00