Gesture Responder System

Learn about React Native's gesture responder system.

We'll cover the following...

Unlike web applications, users interact with mobile applications using a touchscreen. Users can interact on a mobile phone using gestures, and React Native’s gestures responder system allows us to track and respond to gestures made by the user on our app’s screen. Besides touch, swiping is one of the most common gestures. In this lesson, we’ll cover the following gestures:

  • Scrolling

  • Swiping ...

Access this course and 1400+ top-rated courses and projects.