Taphold not working in react

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

Captura de pantalla de 2020-05-12 23-07-57

Captura de pantalla de 2020-05-12 23-11-05

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