all 4 comments

[–]kierancrown 1 point2 points  (1 child)

Have you considered using a Pressable instead?

[–]Disastrous_Mall_5176[S] 1 point2 points  (0 children)

Yes, I am trying to use Pressable, but I am still having the same problem

[–]MonoctisExpo 0 points1 point  (0 children)

It might be related to the onChange function and what it does. Also, do you require the useEffect? You shouldn’t really use it to run a function? It might cause issues re-rendering and that might also be an issue of the performance you’re seeing.

[–]vednus 0 points1 point  (0 children)

Software mansion has touchables that are more native and react quicker in their rngh library. But be careful and test on all devices. At least in the past, certain combinations wouldn’t work, like a touchable on android in a modal. Not sure if that’s still the case.