summaryrefslogtreecommitdiff
path: root/app/(tabs)/_layout.tsx
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-09-08 16:29:57 +0200
committerSanto Cariotti <santo@dcariotti.me>2024-09-08 16:29:57 +0200
commit93fad903a993a1adc7622a4e3091dd4cca84764a (patch)
tree5aab244be5e0828c7af4a35651b7e7c12cd95c6c /app/(tabs)/_layout.tsx
parenta0a67340a5ceb2bcf78c1b7494c042a5e544f218 (diff)
Notifications page
Diffstat (limited to 'app/(tabs)/_layout.tsx')
-rw-r--r--app/(tabs)/_layout.tsx8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx
index a0a2bba..e6852d9 100644
--- a/app/(tabs)/_layout.tsx
+++ b/app/(tabs)/_layout.tsx
@@ -36,6 +36,14 @@ export default function TabLayout() {
name="alerts/[id]"
options={{href: null}}
/>
+ <Tabs.Screen
+ name="notifications/index"
+ options={{href: null}}
+ />
+ <Tabs.Screen
+ name="notifications/[id]"
+ options={{href: null}}
+ />
</Tabs>
);
}