mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 01:11:02 +00:00
auto-commit for b9870734-ef14-43a3-84d2-889e66fda9c6
This commit is contained in:
@@ -18,6 +18,7 @@ import * as SecureStore from 'expo-secure-store';
|
||||
export default function SettingsScreen({ navigation }: any) {
|
||||
const insets = useSafeAreaInsets();
|
||||
const { user, signOut } = useAuth();
|
||||
const { isDarkMode, toggleTheme, colors } = useTheme();
|
||||
const [biometricsEnabled, setBiometricsEnabled] = React.useState(false);
|
||||
const [notificationsEnabled, setNotificationsEnabled] = React.useState(true);
|
||||
const [biometricAvailable, setBiometricAvailable] = React.useState(false);
|
||||
|
||||
Reference in New Issue
Block a user