MCPcopy Create free account
hub / github.com/VadimNotJustDev/SignalClone / useColorScheme

Function useColorScheme

hooks/useColorScheme.ts:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4// type suggests that it can be null. This will not happen in practice, so this
5// makes it a bit easier to work with.
6export default function useColorScheme(): NonNullable<ColorSchemeName> {
7 return _useColorScheme() as NonNullable<ColorSchemeName>;
8}

Callers 2

AppFunction · 0.85
useThemeColorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected