UNPKG

react-tap-event-plugin

Version:

Facebook's TapEventPlugin, temporarily available on npm until its made public in their repo

6 lines (5 loc) 151 B
module.exports = function(lastTouchEvent, clickTimestamp) { if (lastTouchEvent && (clickTimestamp - lastTouchEvent) < 750) { return true; } };