Hide back button in my profile (#4991)
This commit is contained in:
parent
2ef2ae1c6c
commit
46b7193a2b
1 changed files with 1 additions and 0 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue