Update home screen.
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user