UNPKG

react-native-stonk-charts

Version:

A beautiful, performant chart library for React Native. Fork of react-native-wagmi-charts with Reanimated v4 support.

8 lines (6 loc) 153 B
import React from 'react'; export const LineChartPathContext = React.createContext({ color: '', isInactive: false, isTransitionEnabled: true, });