oksktank / react-native-pure-chart

react-native chart library that not using svg or ART but only using react native pure components.
MIT License
288 stars 132 forks source link

Turn animations ON/OFF #108

Open marciliocb opened 4 years ago

marciliocb commented 4 years ago

I needed to have an option for turning animations ON/OFF, so created a renderAnimation function and added a boolean prop called animated (default: true).

106