diff --git a/react/features/mobile/navigation/screenOptions.ts b/react/features/mobile/navigation/screenOptions.ts index 326d4d4df9..9bc9941dc2 100644 --- a/react/features/mobile/navigation/screenOptions.ts +++ b/react/features/mobile/navigation/screenOptions.ts @@ -244,6 +244,7 @@ export const lobbyNavigationContainerScreenOptions = { * Screen options for settings navigation container screen. */ export const settingsNavigationContainerScreenOptions = { + ...modalPresentation, gestureEnabled: true, headerShown: false }; diff --git a/react/features/settings/components/native/SettingsView.tsx b/react/features/settings/components/native/SettingsView.tsx index baca998746..e66099c1ad 100644 --- a/react/features/settings/components/native/SettingsView.tsx +++ b/react/features/settings/components/native/SettingsView.tsx @@ -75,7 +75,6 @@ interface IProps extends WithTranslation { * The native container rendering the app settings page. */ class SettingsView extends Component { - _urlField: Object; /** * Opens the profile settings screen.