jiti-meet/react/features/app/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
..
AbstractApp.js fix(rn) await for the promise in the _init object 2022-01-11 17:03:42 +02:00
App.native.js fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
App.web.js chore(lint) tame the (uppdated) linter 2021-11-09 09:43:55 +01:00
index.js Refactor config loading 2019-04-10 15:47:36 +02:00