jiti-meet/react/features/mobile
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
..
audio-mode fix(ios) fix not showing the CarPlay audio interface 2022-04-08 17:29:53 +02:00
background language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
call-integration language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
external-api language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
full-screen language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
navigation fix(rn,navigation) wait until the root navigator is initialized 2022-05-06 15:05:37 +02:00
permissions Include support for translated string resources at device permission dialog because it contains hardcoded english strings. 2021-06-29 15:58:14 +03:00
picture-in-picture language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
polyfills feat(rn,deps) update React Native to 0.67 2022-04-07 10:35:51 +02:00
proximity redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
wake-lock redux: refactor loading of middlewares and reducers 2020-06-16 11:24:15 +02:00
watchos language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00