From 46b7193a2b8f1a9e804644016692da39e4519458 Mon Sep 17 00:00:00 2001 From: Igor Adrov Date: Fri, 30 Aug 2024 17:49:32 +0200 Subject: [PATCH] Hide back button in my profile (#4991) --- src/Navigation.tsx | 1 + 1 file changed, 1 insertion(+) 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)}