Closed NikLucoz closed 3 years ago
You are not doing it right, you should give the handler a function onClickHandler={()=>alert("click")}
BTW: I recommend you handling on-click within your component (when rendering a card, render it with on-click inside it so you'll have full control over what is clicking.
Hi, when i try to use onCLickHandler on the swipe card i don't recive the default alert. This is the code i used: