bug fixed

This commit is contained in:
Samandar Turgunboyev
2026-03-02 13:22:55 +05:00
parent bdc205b538
commit ab363ca3b9
44 changed files with 424 additions and 130 deletions

View File

@@ -360,7 +360,10 @@ export default function RegisterFormScreen() {
};
return (
<View style={{ flex: 1 }}>
<KeyboardAvoidingView
behavior="padding"
style={{ flex: 1 }}
>
<View style={styles.container}>
<LinearGradient
colors={['#0f172a', '#1e293b', '#334155']}
@@ -727,7 +730,7 @@ export default function RegisterFormScreen() {
/>
</BottomSheet>
</View>
</View>
</KeyboardAvoidingView>
);
}