MCPcopy Create free account

hub / github.com/byCedric/expo-monorepo-example / functions

Functions20 in github.com/byCedric/expo-monorepo-example

↓ 5 callersFunctionuseColorScheme
()
apps/example/hooks/use-color-scheme.web.ts:7
↓ 3 callersFunctionuseThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
apps/example/hooks/use-theme-color.ts:9
FunctionCollapsible
({ children, title }: PropsWithChildren & { title: string })
apps/example/components/ui/collapsible.tsx:10
FunctionExternalLink
({ href, ...rest }: Props)
apps/example/components/external-link.tsx:7
FunctionHapticTab
(props: BottomTabBarButtonProps)
apps/example/components/haptic-tab.tsx:5
FunctionHelloWave
()
apps/example/components/hello-wave.tsx:3
FunctionHomeMessage
(props: HomeMessageProps)
packages/feature-home/src/HomeMessage.tsx:6
FunctionHomeMessageIcon
({ style, ...props }: HomeMessageIconProps)
packages/feature-home/src/HomeMessageIcon.tsx:6
FunctionHomeScreen
()
apps/example/app/(tabs)/index.tsx:10
FunctionIconSymbol
({ name, size = 24, color, style, }: { name: IconSymbolName; size?: number; color: string | Opaq
apps/example/components/ui/icon-symbol.tsx:28
FunctionIconSymbol
({ name, size = 24, color, style, weight = 'regular', }: { name: SymbolViewProps['name']; size?:
apps/example/components/ui/icon-symbol.ios.tsx:4
FunctionModalScreen
()
apps/example/app/modal.tsx:7
FunctionParagraph
({ children, style, ...props }: TextProps)
packages/ui/src/Paragraph.tsx:3
FunctionParallaxScrollView
({ children, headerImage, headerBackgroundColor, }: Props)
apps/example/components/parallax-scroll-view.tsx:21
FunctionRootLayout
()
apps/example/app/_layout.tsx:12
FunctionStrong
({ children, style, ...props }: TextProps)
packages/ui/src/Strong.tsx:3
FunctionTabLayout
()
apps/example/app/(tabs)/_layout.tsx:9
FunctionTabTwoScreen
()
apps/example/app/(tabs)/explore.tsx:12
FunctionThemedText
({ style, lightColor, darkColor, type = 'default', ...rest }: ThemedTextProps)
apps/example/components/themed-text.tsx:11
FunctionThemedView
({ style, lightColor, darkColor, ...otherProps }: ThemedViewProps)
apps/example/components/themed-view.tsx:10