mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-25 12:29:03 -05:00
stuff n things
This commit is contained in:
@@ -0,0 +1 @@
|
||||
// TODO: Create client singleton here
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user