Skip to content

Commit

Permalink
Make note and guest pages a normal page
Browse files Browse the repository at this point in the history
  • Loading branch information
Eprince-hub committed Nov 3, 2024
1 parent d7d9aca commit 5abdccc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,8 @@ export default function HomeLayout() {
<Stack.Screen
name="guests/[guestId]"
options={{
presentation: 'modal',
headerBackTitleVisible: false,
title: '',
animation: 'slide_from_bottom',
headerTintColor: colors.text,
headerStyle: {
backgroundColor: colors.background,
Expand All @@ -60,9 +59,8 @@ export default function HomeLayout() {
<Stack.Screen
name="notes/[noteId]"
options={{
presentation: 'modal',
headerBackTitleVisible: false,
title: '',
animation: 'slide_from_bottom',
headerTintColor: colors.text,
headerStyle: {
backgroundColor: colors.background,
Expand Down

0 comments on commit 5abdccc

Please sign in to comment.