-
Notifications
You must be signed in to change notification settings - Fork 53
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
action
prop on ContextMenu.Trigger primitive has no type declaration & doesn't change behaviour
#109
Comments
Hm yeah I think this prop is broken on iOS due to the upstream library. |
Hey! Any updates on this? I'm currently bodging the use of a dropdown to circumvent this bug at the moment. If you have any pointers on the potential dep/library that needs looking into, I can forward through the bug and progress it from there. Thanks! |
hey I don't think iOS natively supports this. for a single tap we will need to use dropdown menu instead of context menu for now. I think it only worked on a specific iOS version with a hack |
We might need to remove this from the docs as I think it was using a native API that isn't working anymore. |
Hey - Loving this project!
Got a small bug in the Context Menu - It seems like the
action
prop which is listed in the Documentation doesn't seem to function in the latest package for Zeego.Ignoring the type error and applying
press
as the action value also doesn't change the behaviour of the press.Cheers!
The text was updated successfully, but these errors were encountered: