TutorialsCourses
Course Menu
React Native Animated for Beginners

Handling Gestures/Events

Handling Gestures/Events

When you are scrolling or dragging there are times where you want these values to control animated values, or kick off other animated values.

We'll dive into that subject here, make sure you've read up on Animated.event before reading this section.