the onPress function gets invoked just when the button is touched
mahdinba97 opened this issue · 4 comments
mahdinba97 commented
Hi. My problem is that when I touch the button, it invokes the function but I need the function to get invoked after the user is done holding the button. Any solutions?
mahdinba97 commented
It seems that the 1.4.x versions got this problem. I fixed it with rolling back to 1.3.1.
rcaferati commented
@mahdinba97 I'm looking into it
rcaferati commented
@mahdinba97 Fixed on v1.4.2
, thanks for pointing it out
hevertoncastro commented
I'm using the version 1.4.2 with a similar problem:
The button is inside a ScrollView
, and it fires the onPress
function when I just Scroll through the view (when the gesture starts from the button).