Hide back button in my profile (#4991)

zio/stable
Igor Adrov 2024-08-30 17:49:32 +02:00 committed by GitHub
parent 2ef2ae1c6c
commit 46b7193a2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -490,6 +490,7 @@ function MyProfileTabNavigator() {
getComponent={() => ProfileScreen} getComponent={() => ProfileScreen}
initialParams={{ initialParams={{
name: 'me', name: 'me',
hideBackButton: true,
}} }}
/> />
{commonScreens(MyProfileTab as typeof HomeTab)} {commonScreens(MyProfileTab as typeof HomeTab)}