jiti-meet/react
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
..
features fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
.eslintrc-react-native.js feat(eslint): use new eslint-config-jitsi 2018-06-13 11:27:39 +02:00
.eslintrc.js feat(face-centering) implement centering of faces in a video 2022-03-04 18:13:36 -06:00
index.native.js fix(rn) remove no longer needed hack 2022-04-07 10:35:51 +02:00
index.web.js feat: Add disableBeforeUnloadHandlers option 2021-11-29 19:49:51 -06:00