Hide back button in my profile (#4991)
parent
2ef2ae1c6c
commit
46b7193a2b
|
@ -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…
Reference in New Issue