**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.