From 99ed8bae592fbac5f5ebaa096b12c94efd774ca7 Mon Sep 17 00:00:00 2001 From: BinarySandia04 Date: Tue, 21 Apr 2026 17:51:33 +0200 Subject: [PATCH] Fixed layouts --- .gitignore | 1 + apk/app/add.tsx | 75 ++++++++++++++++++++----------- apk/app/index.tsx | 24 +++++----- apk/components/birthdate-list.tsx | 14 +++++- 4 files changed, 78 insertions(+), 36 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..970ea62 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.codex diff --git a/apk/app/add.tsx b/apk/app/add.tsx index fc1077e..6ff0d33 100644 --- a/apk/app/add.tsx +++ b/apk/app/add.tsx @@ -3,12 +3,15 @@ import { useRouter } from "expo-router"; import React, { useState } from "react"; import { Button, + KeyboardAvoidingView, Platform, + ScrollView, StyleSheet, Text, TextInput, View, } from "react-native"; +import { SafeAreaView } from "react-native-safe-area-context"; export default function SimpleForm() { const router = useRouter(); @@ -29,42 +32,64 @@ export default function SimpleForm() { }; return ( - - Name: - + + + + + Name: + - Date: -