Hide back button in my profile (#4991)

This commit is contained in:
Igor Adrov
2024-08-30 17:49:32 +02:00
committed by GitHub
parent 2ef2ae1c6c
commit 46b7193a2b
+1
View File
@@ -490,6 +490,7 @@ function MyProfileTabNavigator() {
getComponent={() => ProfileScreen}
initialParams={{
name: 'me',
hideBackButton: true,
}}
/>
{commonScreens(MyProfileTab as typeof HomeTab)}