diff --git a/src/Navigation.tsx b/src/Navigation.tsx index 960e66bb..0bf0e9f9 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)}