We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60951de commit 8a29e5cCopy full SHA for 8a29e5c
βhackathon/spacecraft-expo-router/app/(auth)/index.tsxβ
@@ -27,7 +27,7 @@ export default function LoginScreen() {
27
28
return (
29
<View style={{ backgroundColor: theme.colors.background, flex: 1 }}>
30
- <Header title="SpaceCraft" />
+ <Header title="SpaceCraft v2" />
31
<View style={styles.content}>
32
<FormInput
33
autoCapitalize="none"
βhackathon/spacecraft-expo-router/src/screens/LoginScreen.tsxβ
@@ -28,7 +28,7 @@ export const LoginScreen = () => {
+ <Header title="SpaceCraft - Expo Router" />
34
0 commit comments