Closed alexstanbury closed 2 years ago
@alexstanbury Which version of react-native-gesture-handler
do you have?
"react-native-gesture-handler": "^2.3.0"
On Sat, 26 Mar 2022, 16:36 pavelbabenko, @.***> wrote:
@alexstanbury https://github.com/alexstanbury Which version of gesture handler do you have?
— Reply to this email directly, view it on GitHub https://github.com/Flair-Dev/react-native-awesome-gallery/issues/41#issuecomment-1079728760, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGFUQKAOSQPDDVOVAQOF2TVB44JPANCNFSM5RTVCGAA . You are receiving this because you were mentioned.Message ID: @.***>
Just tested with a fresh react native project and still getting the same issue. It looks as though the pan start event is taking precedence over any tap events, as a guess you might need to add an activation threshold for the pan event activation.
Fixed in v0.3.5
Thank you!
Hi, first of all, thanks for making the library, it's very handy.
I'm using 0.3.4, unfortunately tap and double tap gestures are not firing on either iOS or Android.
Example code: