diff options
author | Igor Adrov <nucleartux@gmail.com> | 2024-08-30 17:49:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-30 10:49:32 -0500 |
commit | 46b7193a2b8f1a9e804644016692da39e4519458 (patch) | |
tree | 3bf76bcd2c98b2914832010e7aa668373a9acf5a /src/Navigation.tsx | |
parent | 2ef2ae1c6c8b051b6ea6674d1a88f59ed14f1a3f (diff) | |
download | voidsky-46b7193a2b8f1a9e804644016692da39e4519458.tar.zst |
Hide back button in my profile (#4991)
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 1 |
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)} |