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

Function getInitialPreset

App.tsx:92–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90};
91
92const getInitialPreset = (): ShowcasePresetId => {
93 return getPresetFromParams(getInitialSearchParams());
94};
95
96type PreviewRendererMode = "svg" | "skia";
97type PreviewSkiaFont = NonNullable<

Callers

nothing calls this directly

Calls 2

getPresetFromParamsFunction · 0.90
getInitialSearchParamsFunction · 0.85

Tested by

no test coverage detected