added login modal

This commit is contained in:
Samandar Turgunboyev
2025-11-24 10:52:21 +05:00
parent 9aac17072f
commit 684d09e6b5
23 changed files with 1871 additions and 1351 deletions

View File

@@ -10,6 +10,11 @@ export const Loginstyle = StyleSheet.create({
alignItems: 'center',
paddingHorizontal: 16,
},
errorModal: {
width: '80%',
backgroundColor: '#fff',
padding: 20,
},
background: {
flex: 1,
justifyContent: 'center',