about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)}