MCPcopy Create free account
hub / github.com/codemotionapps/react-native-dynamic / IProps

Interface IProps

library/src/context.tsx:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10export const DarkModeContext = ColorSchemeContext
11
12interface IProps {
13 mode?: Mode
14 children: ReactNode
15}
16
17export function ColorSchemeProvider({ children, mode }: IProps) {
18 const currentMode = useColorScheme()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected