Hide back button in my profile (#4991)
This commit is contained in:
@@ -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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user