1. React
  2. React Amsterdam
  3. 2017
  4. React Native Touch & Gesture

React Native Touch & Gesture

Krzysztof Magiera at React Amsterdam 2017

React Native allows for building great native apps by utilising native mobile components. Apparently handling touch and gestures is quite tricky as it often needs to interact with the application code which runs asynchronously in the javascript VM. This talk is going to be about how the gesture system has been designed and implemented in React Native and how to use it to stay out of trouble.