Hook result / Bind object
Last updated
Was this helpful?
Last updated
Was this helpful?
useDoubleTap(callback [, threshold] [, options]): bindObj
As a result hook returns object (also referred as bind
or binder
) containing .
This hook internally use onClick
event to detect double tap, so be careful not to override your existing event listener. For more info see .