diff options
Diffstat (limited to 'apps/mobile/app')
| -rw-r--r-- | apps/mobile/app/_layout.tsx | 7 |
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> |
