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

Function ChartKitProvider

test/mocks/pro-package.tsx:3–4  ·  view source on GitHub ↗
({ children }: { children?: React.ReactNode })

Source from the content-addressed store, hash-verified

1import * as React from "react";
2
3export const ChartKitProvider = ({ children }: { children?: React.ReactNode }) =>
4 <>{children}</>;
5
6export const useChartKitTheme = () => ({ mode: "light" });
7

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected