Hide back button in my profile (#4991)
parent
2ef2ae1c6c
commit
46b7193a2b
|
@ -490,6 +490,7 @@ function MyProfileTabNavigator() {
|
|||
getComponent={() => ProfileScreen}
|
||||
initialParams={{
|
||||
name: 'me',
|
||||
hideBackButton: true,
|
||||
}}
|
||||
/>
|
||||
{commonScreens(MyProfileTab as typeof HomeTab)}
|
||||
|
|
Loading…
Reference in New Issue