Skip to content

Commit

Permalink
some cards and stuffs
Browse files Browse the repository at this point in the history
  • Loading branch information
anmho committed May 21, 2024
1 parent ad3a592 commit f1514e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions apps/expo/src/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function RootLayout() {
},
}}
>
<Stack.Screen name="(tabs)" />
{/* <Stack.Screen
name="events"
options={{
Expand Down
5 changes: 5 additions & 0 deletions apps/expo/src/app/events/_layout.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Stack } from "expo-router/stack";

export default function Layout() {
return <Stack />;
}

0 comments on commit f1514e8

Please sign in to comment.