-
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
Question: Two Previews or Two Separate Context Menus #89
Comments
two context menus is not supported nor allowed by native APIs. Consider use a Group + Label if you want to. Or nested menus. Another (iOS-only) option is to use the Auxiliary view to render an arbitrary view, however it won’t work for a full context menu. But perhaps you have things like message reactions or something that could go there? |
The Auxiliary is a bit finicky. I’ll try to post some props that make it work. The RN ios context menu we use has some props in their examples that make it work too |
@nandorojo Yeah the Auxilliary view would work if it didn't act that finicky. The iOS message emoji is similar to what I'm trying to accomplish (i.e. separate options) Here is the exact goal, but I could get away with turning the text at the top into a separate context menu as well. Sounds like that is not possible: ![]() |
@nandorojo The Auxiliary view actually is doing exactly what I want it to. I didn't see this thing in the Docs anywhere. I do agree though it's a little finicky but appears to be working well for the most part... |
This was exactly what i was looking for. I don't know if you don't think it's ready, but I would suggest adding it to the docs. I was trying to modify the preview to do both reactions and preview which is not easy, before finding this. This works so much better! Thank you for this great tool! |
Oh, yeah I should add that to the docs. Anyone down to PR? |
Hello Fernando,
I'm trying to build a "dual" context menu of sorts and I have two options:
ContextMenu.Preview
)I'm struggling to get this working. How could I have two separate menus on one preview?
The text was updated successfully, but these errors were encountered: