xanderdeseyn / react-native-responsive-linechart

A customizable and responsive line or area chart for react-native
https://react-native-responsive-linechart.surge.sh
MIT License
202 stars 46 forks source link

Export prop typs so HOCs can be made #137

Open CoryWritesCode opened 2 years ago

CoryWritesCode commented 2 years ago

At the moment there is no way for you to import { Chart, ChartProps } from 'react-native-responsive-chart' so you could make a HOC to utilize the chart but with your own customization. It would be nice if you could export the prop types so this could be a reality.

example

Side note

I might try and do this for you when I get some free time.