Jakub Piasecki

Results 99 comments of Jakub Piasecki

@nujhong Thanks for the update! I'll try to figure out why it doesn't work out-of-the-box, and look into the nested buttons. @hirbod This seems to be a different issue than...

Could you check if the linked PR solves the issue in your case? If not, could you post how to reproduce it further?

@hirbod Sorry for the delay, we will try to ship it ASAP.

It seems like codegen doesn't generate files for Gesture Handler. It would be grate if you could provide a repository with a reproduction or a more detailed list of steps...

Have you tried the advice from @bukhari-flip? Mainly, updating `settings.gradle`, `build.gradle`, `app/build.gradle` to reflect the recent changes from the template and upgrading the `react-native-codegen`? If it doesn't help, could you...

Hi! The linked PR should fix most of the issues. What's still not fixed are touch events (`onTouches...`), as that will require more research to see if implementing it using...

That's right. Without touch events, manual gestures are pretty much useless since those are the only type of events they send without manually managing state, which can be done only...

Thank for the detailed report, I'll look into it but I don't know how much I'll be able to help if it's an issue with Expo. As a sidenote, it's...

Hi! If you need this feature you could implement it yourself using manual gesture - https://docs.swmansion.com/react-native-gesture-handler/docs/manual-gestures/manual-gestures. At the moment, I can't say whether it will be implemented in `LongPressGestureHandler`.

Hi! I cloned your repo and it works for me: https://user-images.githubusercontent.com/21055725/180974674-f0e83493-7909-4842-b65a-fb75f0c952ef.mov