Jakub Piasecki
Jakub Piasecki
I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.
I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.
I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.
I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.
I'm not exactly sure how this relates to Gesture Handler, [`onPress`](https://reactnative.dev/docs/text#onpress) is a built-in React Native prop. If it's about attaching gestures to nested `Text` components, I'm not sure that's...
I really don't see it. I've just tried to reproduce it, and on both platforms, the `onPress` gets triggered despite having a Pan gesture attached. Even the nested texts `onPress`...
> We tried this https://github.com/software-mansion/react-native-gesture-handler/issues/867#issuecomment-579426703 and tracked the comments on this issue. When I saw it closed with https://github.com/software-mansion/react-native-gesture-handler/issues/867#issuecomment-1043910527 being the last one, I had to comment in hope to...
I'll close the issue since the new web implementation is enabled by default starting with 2.10.0.
Actually, I'm not sure if this is the best solution to this problem. I'll try to get back to it in the near future to see if I can find...
It seems like the problem still persists when the animation gets interrupted by another one. I've added a comment with an explanation and repro in the issue in the React...