-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
fix: export gestureResponderEvent to add preventDefault support on web #3484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: export gestureResponderEvent to add preventDefault support on web #3484
Conversation
|
Also closes #3410 |
|
Will solve conflicts |
|
Hey @RichardLindhout, thank you for your pull request 🤗. The documentation from this branch can be viewed here. |
|
I don't understand how to make this 1 commit. I'm trying to cherry pick but I'm always stuck with that :( |
|
@lukewalczak ready :) |
|
Thanks @RichardLindhout for help! Most probably on Monday, I will check your changes |
lukewalczak
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @RichardLindhout
|
Hey @RichardLindhout, please rebase your PR with |
|
@lukewalczak done! |
Summary
I need this to add event.preventDefault on web version of button.
(a I do a href links and need to prevent default behaviour of link but also support SEO + ctrl+click.
Test plan
Running tests