修复导航栏与闪屏

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]" name="match-detail/[id]"
options={{ options={{
animation: "slide_from_right", animation: "slide_from_right",
headerShown: true, headerShown: false,
headerTitle: "",
}} }}
/> />
</Stack> </Stack>

View File

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