refactor: comment out unused components in layout and detail screens for cleaner code

This commit is contained in:
zimplexing
2025-07-16 21:28:12 +08:00
parent e0aa40eea0
commit 9f4299004a
3 changed files with 5 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ export default function RootLayout() {
<Stack.Screen name="search" options={{ headerShown: false }} />
<Stack.Screen name="live" options={{ headerShown: false }} />
<Stack.Screen name="settings" options={{ headerShown: false }} />
<Stack.Screen name="favorites" options={{ headerShown: false }} />
{/* <Stack.Screen name="favorites" options={{ headerShown: false }} /> */}
<Stack.Screen name="+not-found" />
</Stack>
<Toast />