-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
Prevent action on react native buttons while context menu is presented and support adding a title to Android context menu #120
Comments
This is really cool! Would you be up for opening a PR to add this in? Thanks in advance |
I'm adding this to our own app, which will go through a thorough set of regression tests. Once that is all done and the patch is proven, I'll add a PR here with whatever we end up with. I think everything is OK with this. I'm not doin null checking on the view, but my assumption is that the For the android title, I'll split into a separate PR... mostly because the view doesn't expand to fit the title... I just put a bunch of spaces in the one spot where this affected my app, but it'd be better to get an actual fix in place. |
@jefflewis The patch for prevention of action while context menu is appearing is not working on our side. |
I'll ensure I add to the sample app to test this behavior. This so far has been working for us the past month in production. |
We had a similar problem on Android not with a
to the enclosed I was wondering though why there is no Android code in your patch with regards to the "prevent action on buttons" part? |
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: