mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-09 19:31:01 +00:00
auto-commit for 47233c62-b9b5-4245-bcb8-c9503fcb348e
This commit is contained in:
@@ -230,7 +230,7 @@ export default function SettingsScreen({ navigation }: any) {
|
||||
onPress={handleSignOut}
|
||||
>
|
||||
<Ionicons name="log-out-outline" size={20} color={colors.error} />
|
||||
<Text style={[styles.signOutText, { color: colors.error }]}>Sign Out</Text>
|
||||
<Text style={[styles.signOutText, { color: colors.error }]}>{i18n.t('signOut')}</Text>
|
||||
</TouchableOpacity>
|
||||
</ScrollView>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user