Open jefflewis opened 5 months ago
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 willEndForConfiguration
will always be called if willDisplayMenuForConfiguration
is called. If that isn't true, this would leave that garbage view in place forever.
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.
@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.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-context-menu-view@1.15.0
for the project I'm working on.Here is the diff that solved my problem:
This issue body was partially generated by patch-package.