about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorIgor Adrov <nucleartux@gmail.com>2024-08-30 17:49:32 +0200
committerGitHub <noreply@github.com>2024-08-30 10:49:32 -0500
commit46b7193a2b8f1a9e804644016692da39e4519458 (patch)
tree3bf76bcd2c98b2914832010e7aa668373a9acf5a /src/Navigation.tsx
parent2ef2ae1c6c8b051b6ea6674d1a88f59ed14f1a3f (diff)
downloadvoidsky-46b7193a2b8f1a9e804644016692da39e4519458.tar.zst
Hide back button in my profile (#4991)
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 960e66bba..0bf0e9f93 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -490,6 +490,7 @@ function MyProfileTabNavigator() {
         getComponent={() => ProfileScreen}
         initialParams={{
           name: 'me',
+          hideBackButton: true,
         }}
       />
       {commonScreens(MyProfileTab as typeof HomeTab)}