Add job tabs.

This commit is contained in:
Patrick Fic
2025-10-08 14:09:09 -07:00
parent 820da94a9f
commit 00626328c4
8 changed files with 275 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ function JobsStack() {
<Stack.Screen
name="[jobId]"
options={({ route }) => ({
//headerShown: false,
title: (route.params as any)?.title || "Job Details",
})}
/>