aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mobile/app.json5
-rw-r--r--apps/mobile/app/_layout.tsx7
2 files changed, 4 insertions, 8 deletions
diff --git a/apps/mobile/app.json b/apps/mobile/app.json
index dc76485b..4891707c 100644
--- a/apps/mobile/app.json
+++ b/apps/mobile/app.json
@@ -29,7 +29,8 @@
"NSAllowsArbitraryLoads": true,
"NSAllowsLocalNetworking": true
}
- }
+ },
+ "buildNumber": "6"
},
"android": {
"adaptiveIcon": {
@@ -47,7 +48,7 @@
}
},
"package": "app.hoarder.hoardermobile",
- "versionCode": 5
+ "versionCode": 6
},
"plugins": [
"expo-router",
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>