修复导航栏与闪屏

This commit is contained in:
xianyi
2026-01-13 10:57:06 +08:00
parent 5bbbf1a132
commit b06c7027a0
2 changed files with 1 additions and 4 deletions

View File

@@ -65,8 +65,7 @@ function RootLayoutNav() {
name="match-detail/[id]"
options={{
animation: "slide_from_right",
headerShown: true,
headerTitle: "",
headerShown: false,
}}
/>
</Stack>

View File

@@ -104,8 +104,6 @@ export default function MatchDetailScreen() {
return (
<ThemedView style={styles.container}>
<Stack.Screen options={{ headerShown: false }} />
<ScrollView
bounces={false}
showsVerticalScrollIndicator={false}