Animated bar chart on load - React Native
See the finished example
Aim
Animate a bar chart on the initial load, and when the data changes. The bars should grow in height.
Attempt 1
Reanimated provides layout animations out of the box, such as SlideInUp and FadeIn. These are easy to use and r...
lwilsondev.co.uk3 min read