diff options
Diffstat (limited to 'app/(tabs)/_layout.tsx')
-rw-r--r-- | app/(tabs)/_layout.tsx | 8 |
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> ); } |