rename "MessagesList" to "Messages" (#3826)

This commit is contained in:
Samuel Newman
2024-05-02 21:02:45 +01:00
committed by GitHub
parent a20fe4c9a0
commit aca55cb192
8 changed files with 18 additions and 15 deletions
+3 -3
View File
@@ -72,7 +72,7 @@ export type MyProfileTabNavigatorParams = CommonNavigatorParams & {
}
export type MessagesTabNavigatorParams = CommonNavigatorParams & {
MessagesList: undefined
Messages: undefined
}
export type FlatNavigatorParams = CommonNavigatorParams & {
@@ -81,7 +81,7 @@ export type FlatNavigatorParams = CommonNavigatorParams & {
Feeds: undefined
Notifications: undefined
Hashtag: {tag: string; author?: string}
MessagesList: undefined
Messages: undefined
}
export type AllNavigatorParams = CommonNavigatorParams & {
@@ -96,7 +96,7 @@ export type AllNavigatorParams = CommonNavigatorParams & {
MyProfileTab: undefined
Hashtag: {tag: string; author?: string}
MessagesTab: undefined
MessagesList: undefined
Messages: undefined
}
// NOTE