diff options
author | dan <dan.abramov@gmail.com> | 2025-06-09 20:29:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-09 22:29:53 +0300 |
commit | f93896346269b117556b13898eba9c162d6098b6 (patch) | |
tree | ac1468a21a4683db39327371110a96cdfa8afe48 /src/lib/routes/types.ts | |
parent | 42c4da1ec7f2ad560ef1dbf7477da02b1ed8ad2c (diff) | |
download | voidsky-f93896346269b117556b13898eba9c162d6098b6.tar.zst |
Update react-navigation (#5967)
Diffstat (limited to 'src/lib/routes/types.ts')
-rw-r--r-- | src/lib/routes/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/routes/types.ts b/src/lib/routes/types.ts index 0bc85b630..6f102d438 100644 --- a/src/lib/routes/types.ts +++ b/src/lib/routes/types.ts @@ -92,7 +92,7 @@ export type NotificationsTabNavigatorParams = CommonNavigatorParams & { } export type MyProfileTabNavigatorParams = CommonNavigatorParams & { - MyProfile: undefined + MyProfile: {name: 'me'; hideBackButton: true} } export type MessagesTabNavigatorParams = CommonNavigatorParams & { |