jiti-meet/react/features/conference/components/native
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
..
AlwaysOnLabels.js add(highlights): mobile flow (#11168) 2022-03-18 16:16:56 +02:00
Conference.js fix(android,back-button) rework back button handling on Android 2022-03-29 14:33:25 +02:00
ConferenceTimerDisplay.js feat(rn,conference) new UI for conference name duration 2021-03-19 11:32:00 +01:00
ExpandedLabelPopup.js feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
InsecureRoomNameExpandedLabel.js feat: insecure room name warning 2020-05-18 17:59:07 +02:00
InsecureRoomNameLabel.js feat(Labels): Redesign labels on mobile & web 2021-04-08 11:57:15 +02:00
Labels.js feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
LonelyMeetingExperience.js feat(breakout-rooms) add breakout-rooms 2021-11-19 10:27:34 +01:00
RaisedHandsCountExpandedLabel.js feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
RaisedHandsCountLabel.js feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
TitleBar.js feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
constants.js feat(title-bar) Updated title bar (#10752) 2022-01-13 14:15:53 +02:00
index.js feat(rn,app) unified navigators 2022-01-25 13:55:57 +01:00
styles.js fix(mobile-ui) ui fixes 2022-02-23 16:56:41 +02:00