This commit is contained in:
Paul Frazee 2023-05-25 20:48:43 -05:00
parent 25153f1f4d
commit 229153a26c
2 changed files with 2 additions and 1 deletions

View file

@ -62,6 +62,7 @@ export type MyProfileTabNavigatorParams = CommonNavigatorParams & {
export type FlatNavigatorParams = CommonNavigatorParams & {
Home: undefined
Search: {q?: string}
Feeds: undefined
Notifications: undefined
}