Skip to content

Commit

Permalink
adding header
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveen-g09 committed Mar 27, 2024
1 parent 970c748 commit 1d0c184
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(auth)/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function AuthPage() {
return (
<View style={styles.container}>
<Stack.Screen

Check warning on line 37 in app/(auth)/login.tsx

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎········options={{·headerShown:·true,·title:·"Residentron"·}}⏎·····` with `·options={{·headerShown:·true,·title:·"Residentron"·}}`
options={{ headerShown: true, title: "Supabase Expo Router App" }}
options={{ headerShown: true, title: "Residentron" }}
/>
<View style={[styles.verticallySpaced, styles.mt20]}>
<TextInput
Expand Down
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function RootLayoutNav() {
>
<Stack>
<Stack.Screen name="(tabs)" options={{ headerShown: false }} />
<Stack.Screen name="(auth)" options={{ headerShown: false }} />
<Stack.Screen name="(auth)"/>
<Stack.Screen
name="(settings)/index"
options={{ headerShown: false }}
Expand Down

0 comments on commit 1d0c184

Please sign in to comment.