MCPcopy Create free account

hub / github.com/EvanBacon/expo-router-instagram-layout / functions

Functions26 in github.com/EvanBacon/expo-router-instagram-layout

↓ 10 callersFunctioncns
( ...classes: (string | false | undefined | null)[] )
src/components/navigator.tsx:17
↓ 5 callersFunctionuseWidth
(size)
src/components/navigator.tsx:80
↓ 3 callersFunctionmakeIcon
(name: IconName)
src/components/tab-bar-icon.tsx:4
↓ 1 callersFunctiongetRootStateForNavigate
( navigation: NavigationObject, state: MinimalState )
src/components/useLinkBuilder.tsx:20
↓ 1 callersFunctionuseContextRoute
(name: string)
src/components/tab-slot.tsx:96
↓ 1 callersFunctionuseIsTabSelected
(name: string)
src/components/navigator.tsx:214
↓ 1 callersFunctionuseLinkBuilder
()
src/components/useLinkBuilder.tsx:47
↓ 1 callersFunctionuseNavigatorContext
()
src/components/tab-slot.tsx:12
FunctionAppHeader
({ visible })
src/components/navigator.tsx:365
FunctionHeaderLogo
()
src/components/navigator.tsx:24
FunctionIcon
({ name, ...props }: { name: IconName; fill: string; style?: any; width?: number; height?: numbe
src/components/icon.tsx:17
FunctionLayout
()
src/app/_layout.tsx:4
FunctionPage
()
src/app/explore.tsx:3
FunctionPage
()
src/app/index.tsx:3
FunctionPage
()
src/app/more.tsx:3
FunctionResponsiveNavigator
()
src/components/navigator.tsx:334
FunctionSideBar
({ visible })
src/components/navigator.tsx:91
FunctionSideBarTabItem
({ children, icon, name, }: { children: string; icon: (props: { focused?: boolean; color: string })
src/components/navigator.tsx:251
FunctionTabBar
({ visible })
src/components/navigator.tsx:163
FunctionTabBarIcon
({ focused, ...props }: { name: IconName; focused?: boolean; color: string; style?: any; })
src/components/tab-bar-icon.tsx:10
FunctionTabBarItem
({ children, name, style, id, }: { children?: any; name: string; style?: ViewStyle; id: string
src/components/navigator.tsx:223
FunctionTabLink
({ name, ...props }: { name: string } & Omit< React.ComponentProps<typeof Link>, "href" | "onPress" |
src/components/tab-slot.tsx:125
FunctionTabbedNavigator
(props: React.ComponentProps<typeof Navigator>)
src/components/tab-slot.tsx:31
FunctionTabbedSlot
({ detachInactiveScreens = true, style, }: { detachInactiveScreens?: boolean; style?: ViewStyle; })
src/components/tab-slot.tsx:35
FunctiononLongPress
()
src/components/tab-slot.tsx:157
FunctiononPress
(e)
src/components/tab-slot.tsx:141