diff --git a/app/_layout.tsx b/app/_layout.tsx index 49eaa5b..db80d31 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -65,8 +65,7 @@ function RootLayoutNav() { name="match-detail/[id]" options={{ animation: "slide_from_right", - headerShown: true, - headerTitle: "", + headerShown: false, }} /> diff --git a/app/match-detail/[id].tsx b/app/match-detail/[id].tsx index 0ad79ab..59ceec9 100644 --- a/app/match-detail/[id].tsx +++ b/app/match-detail/[id].tsx @@ -104,8 +104,6 @@ export default function MatchDetailScreen() { return ( - -