Configured offline authentication on iOS and handled device lock management

This commit is contained in:
mansi-dev
2026-01-20 23:52:57 +05:30
parent 6f420b88d1
commit 3fe7db8300

View File

@@ -67,4 +67,10 @@ const styles = StyleSheet.create({
button: {
backgroundColor: '#4CAF50',
padding: 15,
borderRadius
borderRadius: 8,
},
buttonText: {
color: '#fff',
fontWeight: 'bold',
},
});