From 3fe7db8300b61d21379151600dff2f2f3960f711 Mon Sep 17 00:00:00 2001 From: mansi-dev Date: Tue, 20 Jan 2026 23:52:57 +0530 Subject: [PATCH] Configured offline authentication on iOS and handled device lock management --- src/screen/FaceAuth.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/screen/FaceAuth.tsx b/src/screen/FaceAuth.tsx index 69e131a..cb47e2e 100644 --- a/src/screen/FaceAuth.tsx +++ b/src/screen/FaceAuth.tsx @@ -67,4 +67,10 @@ const styles = StyleSheet.create({ button: { backgroundColor: '#4CAF50', padding: 15, - borderRadius + borderRadius: 8, + }, + buttonText: { + color: '#fff', + fontWeight: 'bold', + }, +});