MCPcopy Create free account
hub / github.com/callstack/react-native-paper / ThemedGetStarted

Function ThemedGetStarted

docs/src/components/GetStartedButtons.tsx:95–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93};
94
95const ThemedGetStarted = () => {
96 const isDarkTheme = useColorMode().colorMode === 'dark';
97 return (
98 <PaperProvider theme={isDarkTheme ? DarkTheme : DefaultTheme}>
99 <GetStartedButton />
100 </PaperProvider>
101 );
102};
103
104export default function ClientSideGetStarted() {
105 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…