Update home screen.

This commit is contained in:
2024-10-10 13:02:09 -05:00
parent fb0d89eba8
commit 38f073c5ac
8 changed files with 167 additions and 91 deletions

View File

@ -7,13 +7,6 @@ import * as Notifications from 'expo-notifications';
import Constants from 'expo-constants';
import { saveUserData } from '@/components/services/securestorage/UserData';
type UserData = {
appleId: string;
appleEmail: string;
fullName: string;
pushToken: string;
};
export default function SignInScreen({ onSignIn }: { onSignIn: () => void }) {
const scheme = useColorScheme() ?? 'light';