aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/_layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-07-28 23:29:33 -0700
committerMohamedBassem <me@mbassem.com>2024-07-28 23:31:12 -0700
commitc7f9febf04541ac9b68a4cb6cb48251e41b51d05 (patch)
treeb9da309c9e3ecbfef8ab64888ca1ab55184c8c5c /apps/mobile/app/_layout.tsx
parent7ddfcad392abf5b4c2994c03f599d3a22e51ca96 (diff)
downloadkarakeep-c7f9febf04541ac9b68a4cb6cb48251e41b51d05.tar.zst
fix(mobile): Change the hoarded page to no longer be a modal to allow AddToList to work
Diffstat (limited to 'apps/mobile/app/_layout.tsx')
-rw-r--r--apps/mobile/app/_layout.tsx7
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/mobile/app/_layout.tsx b/apps/mobile/app/_layout.tsx
index f56aa810..0f38165b 100644
--- a/apps/mobile/app/_layout.tsx
+++ b/apps/mobile/app/_layout.tsx
@@ -45,12 +45,7 @@ export default function RootLayout() {
}}
>
<Stack.Screen name="index" />
- <Stack.Screen
- name="sharing"
- options={{
- presentation: "modal",
- }}
- />
+ <Stack.Screen name="sharing" />
</StyledStack>
<StatusBar style="auto" />
</View>