Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EvanBacon/expo-router-instagram-layout
/ functions
Functions
26 in github.com/EvanBacon/expo-router-instagram-layout
⨍
Functions
26
◇
Types & classes
0
↓ 10 callers
Function
cns
( ...classes: (string | false | undefined | null)[] )
src/components/navigator.tsx:17
↓ 5 callers
Function
useWidth
(size)
src/components/navigator.tsx:80
↓ 3 callers
Function
makeIcon
(name: IconName)
src/components/tab-bar-icon.tsx:4
↓ 1 callers
Function
getRootStateForNavigate
( navigation: NavigationObject, state: MinimalState )
src/components/useLinkBuilder.tsx:20
↓ 1 callers
Function
useContextRoute
(name: string)
src/components/tab-slot.tsx:96
↓ 1 callers
Function
useIsTabSelected
(name: string)
src/components/navigator.tsx:214
↓ 1 callers
Function
useLinkBuilder
()
src/components/useLinkBuilder.tsx:47
↓ 1 callers
Function
useNavigatorContext
()
src/components/tab-slot.tsx:12
Function
AppHeader
({ visible })
src/components/navigator.tsx:365
Function
HeaderLogo
()
src/components/navigator.tsx:24
Function
Icon
({ name, ...props }: { name: IconName; fill: string; style?: any; width?: number; height?: numbe
src/components/icon.tsx:17
Function
Layout
()
src/app/_layout.tsx:4
Function
Page
()
src/app/explore.tsx:3
Function
Page
()
src/app/index.tsx:3
Function
Page
()
src/app/more.tsx:3
Function
ResponsiveNavigator
()
src/components/navigator.tsx:334
Function
SideBar
({ visible })
src/components/navigator.tsx:91
Function
SideBarTabItem
({ children, icon, name, }: { children: string; icon: (props: { focused?: boolean; color: string })
src/components/navigator.tsx:251
Function
TabBar
({ visible })
src/components/navigator.tsx:163
Function
TabBarIcon
({ focused, ...props }: { name: IconName; focused?: boolean; color: string; style?: any; })
src/components/tab-bar-icon.tsx:10
Function
TabBarItem
({ children, name, style, id, }: { children?: any; name: string; style?: ViewStyle; id: string
src/components/navigator.tsx:223
Function
TabLink
({ name, ...props }: { name: string } & Omit< React.ComponentProps<typeof Link>, "href" | "onPress" |
src/components/tab-slot.tsx:125
Function
TabbedNavigator
(props: React.ComponentProps<typeof Navigator>)
src/components/tab-slot.tsx:31
Function
TabbedSlot
({ detachInactiveScreens = true, style, }: { detachInactiveScreens?: boolean; style?: ViewStyle; })
src/components/tab-slot.tsx:35
Function
onLongPress
()
src/components/tab-slot.tsx:157
Function
onPress
(e)
src/components/tab-slot.tsx:141