Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Solarin-Johnson/masked-splash-screen
/ functions
Functions
11 in github.com/Solarin-Johnson/masked-splash-screen
⨍
Functions
11
◇
Types & classes
1
↓ 6 callers
Function
useThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
hooks/useThemeColor.ts:9
↓ 2 callers
Function
useColorScheme
()
hooks/useColorScheme.web.ts:7
↓ 1 callers
Function
getBounce
( opened: SharedValue<boolean>, defaultValue: number = 1, finalValue: number = 1, expandValue: number
components/ui/MaskScreen.tsx:33
↓ 1 callers
Function
setNavBar
()
app/_layout.tsx:26
Function
Index
()
app/index.tsx:10
Function
MaskElement
({ opened }: { opened: SharedValue<boolean> })
components/ui/MaskScreen.tsx:85
Function
MaskScreen
({ children, opened, style })
components/ui/MaskScreen.tsx:52
Function
RootLayout
()
app/_layout.tsx:21
Function
ThemedText
({ style, lightColor, darkColor, type = "default", ...rest }: ThemedTextProps)
components/ThemedText.tsx:10
Function
ThemedView
({ style, lightColor, darkColor, invert, ...otherProps }: ThemedViewProps)
components/ThemedView.tsx:11
Function
replay
()
app/index.tsx:23