I’m creating a game with react native that involves multiple users interacting with the screen.
Most of the time, it works fine, but there are times where it causes problems e.g someone leaving their finger on the phone, then other users presses not being recognised
I’m looking for a way to cancel the on press, after the tap has initially registered
Going through the docs for tocuhables, I’m not sure it’s possible through react native
Any suggestions welcome