I\'ve been working with react for a couple of months now, but have just run into something a little weird.
Click events aren\'t being fired at all on mobile devices:
I had the same issue when using Chrome browser, but when I used Firefox the onClick handler was working fine and thus the issue was in Chrome because chrome made some breaking changes for handling touches and because I was preventing default and handling it myself it wasn't working.
Try running in Firefox
it will work.