Просмотр исходного кода

修复导航栏显示路径问题

zbb 3 месяцев назад
Родитель
Сommit
701aa661df
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/_layout.tsx

+ 1 - 0
app/_layout.tsx

@@ -39,6 +39,7 @@ export default function RootLayout() {
             <Stack.Screen name="agreement" options={{ headerShown: false }} />
             <Stack.Screen name="profile" options={{ headerShown: false }} />
             <Stack.Screen name="test" options={{ headerShown: false }} />
+            <Stack.Screen name="lottery" options={{ headerShown: false }} />
             <Stack.Screen name="modal" options={{ presentation: 'modal', title: 'Modal' }} />
           </Stack>
           <StatusBar style="auto" />