Skip to content

Commit

Permalink
Hide back button in my profile (#4991)
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleartux authored Aug 30, 2024
1 parent 2ef2ae1 commit 46b7193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ function MyProfileTabNavigator() {
getComponent={() => ProfileScreen}
initialParams={{
name: 'me',
hideBackButton: true,
}}
/>
{commonScreens(MyProfileTab as typeof HomeTab)}
Expand Down

0 comments on commit 46b7193

Please sign in to comment.