Add note
This commit is contained in:
@@ -7,6 +7,7 @@ export function useNavigationTabState() {
|
|||||||
const res = {
|
const res = {
|
||||||
isAtHome: getTabState(state, 'Home') !== TabState.Outside,
|
isAtHome: getTabState(state, 'Home') !== TabState.Outside,
|
||||||
isAtSearch: getTabState(state, 'Search') !== TabState.Outside,
|
isAtSearch: getTabState(state, 'Search') !== TabState.Outside,
|
||||||
|
// FeedsTab no longer exists, but this check works for `Feeds` screen as well
|
||||||
isAtFeeds: getTabState(state, 'Feeds') !== TabState.Outside,
|
isAtFeeds: getTabState(state, 'Feeds') !== TabState.Outside,
|
||||||
isAtNotifications:
|
isAtNotifications:
|
||||||
getTabState(state, 'Notifications') !== TabState.Outside,
|
getTabState(state, 'Notifications') !== TabState.Outside,
|
||||||
|
|||||||
Reference in New Issue
Block a user