From 0f7aa5a08482c01f8ce9108b8cd6c051bd869a43 Mon Sep 17 00:00:00 2001 From: Calinteodor Date: Thu, 6 Oct 2022 14:55:44 +0300 Subject: [PATCH] feat(mobile/navigation): disabled bottom tab navigator backBehavior (#12320) * feat(mobile/navigation): disabled backBehavior in bottom tab navigator --- .../components/welcome/components/WelcomePageTabs.js | 2 +- .../features/settings/components/native/SettingsView.tsx | 5 ----- react/features/welcome/components/WelcomePage.native.js | 9 +-------- 3 files changed, 2 insertions(+), 14 deletions(-) diff --git a/react/features/mobile/navigation/components/welcome/components/WelcomePageTabs.js b/react/features/mobile/navigation/components/welcome/components/WelcomePageTabs.js index 65aaa23c5..5f2d1cdb1 100644 --- a/react/features/mobile/navigation/components/welcome/components/WelcomePageTabs.js +++ b/react/features/mobile/navigation/components/welcome/components/WelcomePageTabs.js @@ -68,7 +68,7 @@ const WelcomePageTabs = ({ disabled, onListContainerPress, onSettingsScreenFocus return ( { */ function _mapStateToProps(state) { return { - ..._abstractMapStateToProps(state), - _headerStyles: ColorSchemeRegistry.get(state, 'Header') + ..._abstractMapStateToProps(state) // _reducedUI: state['features/base/responsive-ui'].reducedUI };