Skip to content

Commit

Permalink
rename to Login
Browse files Browse the repository at this point in the history
  • Loading branch information
christophertorres1 committed Dec 7, 2024
1 parent 1172d5d commit 433e4e5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import SvgContactUnselected from '@/icons/ContactUnselected';
import SvgHomeSelected from '@/icons/HomeSelected';
import SvgHomeUnselected from '@/icons/HomeUnselected';
import ContactScreen from '@/screens/contact/ContactScreen';
import LoginScreen from '@/screens/TEMP_NAME/LoginScreen';
import LoginScreen from '@/screens/Login/LoginScreen';
import TreeSearchScreen from '@/screens/tree_search/TreeSearchScreen';
import { LoginStackParamList } from '@/types/navigation';

Expand Down
2 changes: 1 addition & 1 deletion src/components/GoogleSignInButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 { styles } from '@/screens/TEMP_NAME/styles';
import { styles } from '@/screens/Login/styles';
import { LoginStackParamList } from '@/types/navigation';

WebBrowser.maybeCompleteAuthSession();
Expand Down
2 changes: 1 addition & 1 deletion src/components/GoogleSignOutButton.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Text, TouchableOpacity } from 'react-native';
import AsyncStorage from '@react-native-async-storage/async-storage';
import { styles } from '@/screens/TEMP_NAME/styles';
import { styles } from '@/screens/Login/styles';

export default function GoogleSignOutButton() {
return (
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 433e4e5

Please sign in to comment.