margelo / react-native-graph

📈 Beautiful, high-performance Graphs and Charts for React Native built with Skia
https://margelo.io
MIT License
2.04k stars 115 forks source link

Suggestion: Make `animated` prop optional and default to `false` #94

Open Savinvadim1312 opened 8 months ago

Savinvadim1312 commented 8 months ago

In the docs, the example <LineGraph points={priceHistory} color="#4484B2" /> fails the type checks because animated prop is marked as required.