MCPcopy Create free account
hub / github.com/chart-kit/react-native-chart-kit-example / selectAppDemo

Function selectAppDemo

App.tsx:470–472  ·  view source on GitHub ↗
(page: ShowcasePage, storyId: string)

Source from the content-addressed store, hash-verified

468 });
469 };
470 const selectAppDemo = (page: ShowcasePage, storyId: string) => {
471 selectPage({ mode: publicChartMode, page }, storyId);
472 };
473 const selectThemeMode = (mode: ShowcaseThemeMode) => {
474 setThemeMode(mode);
475 updateShowcaseUrl({

Callers

nothing calls this directly

Calls 1

selectPageFunction · 0.85

Tested by

no test coverage detected