I’m trying to use tap hold in react but it doesn’t work, am I doing something wrong?


I’m trying to use tap hold in react but it doesn’t work, am I doing something wrong?


ListItem component doesn’t emit taphold event, you need to assign it using JS api element.addEventListener('taphold', ...)