소스 검색

修复导航栏显示路径问题

zbb 3 달 전
부모
커밋
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" />