Clean up, reimplement native paper, and sign in screen.

This commit is contained in:
Patrick Fic
2025-10-08 08:57:14 -07:00
parent b8261f001e
commit 091606f1ca
20 changed files with 839 additions and 687 deletions

4
app/sign-in.tsx Normal file
View File

@@ -0,0 +1,4 @@
import SignIn from "@/components/sign-in/sign-in";
export default function SignInScreen() {
return <SignIn />;
}