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: -