修复导航栏与闪屏
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user