Logo Awesome React

Awesome React

React Native Touch & Gesture

Talk from React Amsterdam Conference 2017 https://react.amsterdam

Krzysztof Magiera, Software Engineer at Software Mansion

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.