@Durable Developer it worked for me too! Thank you! Can you explain why this change works? Reading in React Native docs https://reactnative.dev/docs/pressable#onpress
I can see that the sequence of press-ish events it's this one:
So I supposed that since onPress
was provoking the bug and onPressOut
was working, even onPressIn
would have worked so I tried, but surprisingly onPressIn
didn't work and provoked the bug, so I don't understand why only onPressOut
works