feat: add favorites functionality and enhance detail screen

This commit is contained in:
zimplexing
2025-07-15 17:07:53 +08:00
parent 8985781865
commit 30cbf6846e
7 changed files with 303 additions and 68 deletions

View File

@@ -59,6 +59,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="+not-found" />
</Stack>
<Toast />