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

2
App.js
View File

@@ -1,6 +1,6 @@
import 'expo-dev-client';
import { ApolloProvider } from "@apollo/client";
import "expo-asset";
import 'expo-dev-client';
import "intl";
import "intl/locale-data/jsonp/en";
import { SafeAreaProvider } from "react-native-safe-area-context";