Open ChristopherGabba opened 5 months ago
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?