What is Gesture Responder System?

Ebîñ Râykãr
Ebîñ Râykãr

Posted On: Feb 22, 2018

 

The gesture responder system manages the lifecycle of gestures in your app. A touch can go through several phases as the app determines what the user's intention is. For example, the app needs to determine if the touch is scrolling, sliding on a widget, or tapping. This can even change during the duration of a touch. There can also be multiple simultaneous touches.

The touch responder system is needed to allow components to negotiate these touch interactions without any additional knowledge about their parent or child components.

Source: https://facebook.github.io/react-native/docs/gesture-responder-system

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    React Native Interview Questions

    Explain What is React Native?

    React Native is a mobile app development platform that allows you to create android and ios apps only using Javascript. Re..

    React Native Interview Questions

    Can we combine native ios or android code in React Native.

    Yes, we can. React Native smoothly combines the components written in Objective-C, Java, or Swift...

    React Native Interview Questions

    Who uses React Native?

    Thousands of apps are created using React Native. Here is the list of some popular companies who are using React Native..