Tutorials
Courses
React Native
Creating a React Native Animated Number Ticker
In this course we'll dive into creating an Animated Number Ticker. We'll learn about hiding elements using
overflow: "hidden"
. How to abstract code into a reusable component. Finally we'll use Animated to create the rotation effect.
3 lessons
~45 min
intermediate
FREE
Start Course
Course Outline
1
Measuring and Creating Hidden Elements with Translate Offsets in React Native
2
Abstract Logic to a Reusable Component and Understand Component Reuse in React Native
3
Animating Offsets when Values Change in React Native