There are some iOS/Android-only libraries, but..... → tomauty/react-native-chart → Jpadilla1/react-native-ios-charts → hongyin163/react-native-chart-android
LayoutAnimation // Somewhere in a container component... LayoutAnimation.spring(); this.setState({ ...whatever }); // Just render as if no animation. function TemperatureBar({ temperature }) { return }
Recap → You can draw (almost) anything with View & CSS → LayoutAnimation is super easy → Draw curves with React ART → Path animation is feasible but (a bit) slow