mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-12 19:21:02 +00:00
auto-commit for 7b479ac6-d054-49d6-ba8a-d5db15d0dbd3
This commit is contained in:
@@ -197,13 +197,13 @@ export default function SettingsScreen({ navigation }: any) {
|
||||
/>
|
||||
<SettingItem
|
||||
icon="language"
|
||||
title="Language"
|
||||
title={i18n.t('language')}
|
||||
subtitle={currentLanguage}
|
||||
onPress={() => navigation.navigate('LanguageSettings')}
|
||||
/>
|
||||
<SettingItem
|
||||
icon="moon"
|
||||
title="Dark Mode"
|
||||
title={i18n.t('darkMode')}
|
||||
subtitle={isDarkMode ? "Dark theme enabled" : "Light theme enabled"}
|
||||
rightElement={
|
||||
<Switch
|
||||
|
||||
Reference in New Issue
Block a user