Closed
Description
Question: how do you use touch events with React?
Answer:
- Use CommonJS
- git clone
- edit ReactDefaultInjection.js to include TapEventPlugin
- npm install; grunt
- add React.initializeTouchEvents(true) to your code in the right place
This sucks. Instead I think we should just either put TapEventPlugin on addons or create a react-mobile build which does all this by default.