mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 23:01:09 +00:00
auto-commit for a0c8cad2-aa04-4cac-b935-bc23e0c1aec0
This commit is contained in:
@@ -128,7 +128,7 @@ export default function SettingsScreen({ navigation }: any) {
|
||||
<TouchableOpacity onPress={() => navigation.goBack()} style={styles.backButton}>
|
||||
<Ionicons name="arrow-back" size={24} color={colors.text} />
|
||||
</TouchableOpacity>
|
||||
<Text style={[styles.headerTitle, { color: colors.text }]}>Settings</Text>
|
||||
<Text style={[styles.headerTitle, { color: colors.text }]}>{i18n.t('settings')}</Text>
|
||||
<View style={{ width: 40 }} />
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user