mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-07-24 19:55:41 +00:00
auto-commit for b1664458-49cf-4b2f-a543-fe7e46fa48ab
This commit is contained in:
@@ -153,7 +153,7 @@ export default function SettingsScreen({ navigation }: any) {
|
|||||||
<SettingSection title={i18n.t('security')}>
|
<SettingSection title={i18n.t('security')}>
|
||||||
<SettingItem
|
<SettingItem
|
||||||
icon="finger-print"
|
icon="finger-print"
|
||||||
title="Biometric Authentication"
|
title={i18n.t('biometricAuth')}
|
||||||
subtitle={biometricAvailable ? 'Use fingerprint or Face ID' : 'Not available on this device'}
|
subtitle={biometricAvailable ? 'Use fingerprint or Face ID' : 'Not available on this device'}
|
||||||
rightElement={
|
rightElement={
|
||||||
biometricAvailable ? (
|
biometricAvailable ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user