Add notifications support.

This commit is contained in:
Patrick Fic
2025-10-24 10:36:30 -07:00
parent 0809a01c90
commit 75ee01e896
12 changed files with 236 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ export function JobListComponent({ bodyshop }) {
const jobs = data ? [...(data?.jobs || []), { id: "footer-spacer" }] : [];
return (
<SafeAreaView style={{ flex: 1, marginHorizontal: 12 }}>
<SafeAreaView style={{ flex: 1, marginHorizontal: 12 }} edges={["top"]}>
<Text
variant="headlineMedium"
style={{ marginBottom: 12, fontWeight: "600" }}