Remove FeedsTab support, enable drawer swipe on MessagesTab
This commit is contained in:
@@ -35,7 +35,7 @@ export function isStateAtTabRoot(state: State | undefined) {
|
|||||||
return (
|
return (
|
||||||
isTab(currentRoute.name, 'Home') ||
|
isTab(currentRoute.name, 'Home') ||
|
||||||
isTab(currentRoute.name, 'Search') ||
|
isTab(currentRoute.name, 'Search') ||
|
||||||
isTab(currentRoute.name, 'Feeds') ||
|
isTab(currentRoute.name, 'MessagesTab') ||
|
||||||
isTab(currentRoute.name, 'Notifications') ||
|
isTab(currentRoute.name, 'Notifications') ||
|
||||||
isTab(currentRoute.name, 'MyProfile')
|
isTab(currentRoute.name, 'MyProfile')
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user