From 37c71bcca7181c64572cae769655dc71f1c464dd Mon Sep 17 00:00:00 2001 From: Carolyn Zhuang Date: Thu, 7 Nov 2024 19:42:52 -0800 Subject: [PATCH] hi fi login page created --- src/screens/login/GoogleSignInButton.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/screens/login/GoogleSignInButton.tsx b/src/screens/login/GoogleSignInButton.tsx index c2ba523..80008c5 100644 --- a/src/screens/login/GoogleSignInButton.tsx +++ b/src/screens/login/GoogleSignInButton.tsx @@ -5,7 +5,7 @@ import * as Google from 'expo-auth-session/providers/google'; import * as WebBrowser from 'expo-web-browser'; import AsyncStorage from '@react-native-async-storage/async-storage'; import { NativeStackScreenProps } from '@react-navigation/native-stack'; -import { LoginStackParamList } from '@/navigation/types'; +import { LoginStackParamList } from '@/types/navigation'; import { styles } from './styles'; WebBrowser.maybeCompleteAuthSession(); @@ -63,7 +63,6 @@ export default function GoogleSignInButton({ navigation, route }: LoginProps) { return ( { promptAsync(); navigation.navigate('AllTrees');