feat: add favorites screen and integrate it into navigation; enhance detail screen with favorite toggle functionality

This commit is contained in:
zimplexing
2025-07-18 19:57:39 +08:00
parent 828a0b3d72
commit f09f103d59
7 changed files with 54 additions and 75 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 />