stuff n things

This commit is contained in:
Violet Caulfield
2024-10-13 17:49:50 -05:00
parent 2390ac7b57
commit 989d75ac66
2 changed files with 2 additions and 10 deletions
+1
View File
@@ -0,0 +1 @@
// TODO: Create client singleton here
+1 -10
View File
@@ -8,15 +8,6 @@ export default function Login(): React.JSX.Element {
const Stack = createStackNavigator();
return (
<Stack.Screen
name="SignIn"
component={SignIn}
options={{
title: 'Welcome to Jellify',
// When logging out, a pop animation feels intuitive
// You can remove this if you want the default 'push' animation
animationTypeForReplace: 'pop',
}}
/>
<Text>Alyssa please be impressed</Text>
);
}