jiti-meet/react/features/app
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
actions.any.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
actions.native.js misc(rn,app) log navigation target 2022-04-12 17:12:05 +02:00
actions.web.js language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
functions.any.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.native.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
functions.web.js fix(mobile/navigations) added LoadConfigOverlay to RootNavigator (#11067) 2022-03-17 16:13:58 +02:00
getRouteToRender.native.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
getRouteToRender.web.js fix lint errors 2022-01-25 17:14:28 -06:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
middlewares.any.js fix: leaking listeners while waiting on auth dialog (#11288) 2022-04-05 21:13:39 -05:00
middlewares.native.js feat(gif, rn) Added GIPHY integration on native (#11236) 2022-03-30 16:54:03 +03:00
middlewares.web.js feat(local-recordings) drop old "local recordings" implementation 2022-05-03 14:40:12 +02:00
reducer.native.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
reducers.any.js feat(gif) Added GIF support (GIPHY integration) (#11021) 2022-03-11 15:00:49 +02:00
reducers.native.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
reducers.web.js feat(local-recordings) drop old "local recordings" implementation 2022-05-03 14:40:12 +02:00