← back to Nineoh Guide
feat(mobile): add Watch tab — scrollable YouTube / podcasts / streaming / reference links (Linking.openURL, curated landing URLs)
70d10389ed8921ee7b0fc000dd13c56d9f5dacac · 2026-07-27 12:07:46 -0700 · Steve Abrams
Files touched
Diff
commit 70d10389ed8921ee7b0fc000dd13c56d9f5dacac
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon Jul 27 12:07:46 2026 -0700
feat(mobile): add Watch tab — scrollable YouTube / podcasts / streaming / reference links (Linking.openURL, curated landing URLs)
---
apps/mobile/App.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/mobile/App.tsx b/apps/mobile/App.tsx
index 2f82f50..a41bbda 100644
--- a/apps/mobile/App.tsx
+++ b/apps/mobile/App.tsx
@@ -148,7 +148,7 @@ function isAhead(
}
export default function App() {
- const [tab, setTab] = useState<TabKey>("media");
+ const [tab, setTab] = useState<TabKey>("episodes");
const [episodes, setEpisodes] = useState<Episode[]>([]);
const [cast, setCast] = useState<CastMember[]>([]);
← 746a4e4 feat(mobile): fix scroll (flex ScrollView reveals full cast
·
back to Nineoh Guide
·
auto-save: 2026-07-27T12:20:30 (1 files) — scripts/ 2aba195 →