修复导航栏与闪屏
This commit is contained in:
@@ -65,8 +65,7 @@ function RootLayoutNav() {
|
||||
name="match-detail/[id]"
|
||||
options={{
|
||||
animation: "slide_from_right",
|
||||
headerShown: true,
|
||||
headerTitle: "",
|
||||
headerShown: false,
|
||||
}}
|
||||
/>
|
||||
</Stack>
|
||||
|
||||
@@ -104,8 +104,6 @@ export default function MatchDetailScreen() {
|
||||
|
||||
return (
|
||||
<ThemedView style={styles.container}>
|
||||
<Stack.Screen options={{ headerShown: false }} />
|
||||
|
||||
<ScrollView
|
||||
bounces={false}
|
||||
showsVerticalScrollIndicator={false}
|
||||
|
||||
Reference in New Issue
Block a user