Callback
Function called when long press is detected
Last updated
Was this helpful?
Function called when long press is detected
Last updated
Was this helpful?
useLongPress(callback [, options]): bindFn
Hook first parameter, callback, can be either function or null
(if you want to disable the hook).
It is recommended (althought not neccessary) to keep callback memoized using useCallback
because it is a direct dependency for memoized hook result.
For more info about callback structure and it's parameters see .