jiti-meet/react
Saúl Ibarra Corretgé 26b3eb34f0 fix(android,back-button) rework back button handling on Android
We used to have a registry which registered a single handlerwith RN.
THis was registered really early in the app.

When React Navigation was introduced we ddidn't realize it interacts
with the back button. In a stack nagigator it will navigate to the
previous screen. This meant our back button handling was broken.

This commit removes our previous registry and uses the RN back button
handler directly in the 2 components that use it: the conference and
bottom sheets.

Since these handlers are registered after navigation, our handlers are
going to run first so we cna implement the behavior we need, namely to
dismiss an open botom sheet or set the conference in PiP mode.
2022-03-29 14:33:25 +02:00
..
features fix(android,back-button) rework back button handling on Android 2022-03-29 14:33:25 +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 feat(rn) drop incoming call handling 2022-02-22 13:54:21 +01:00
index.web.js feat: Add disableBeforeUnloadHandlers option 2021-11-29 19:49:51 -06:00