Phase 9c · Tier A
RN-universal ContextMenu pilot
ScaffoldedRight-click / long-press menu. Same item composition as DropdownMenu, but the content opens at the press coordinates instead of anchored to the trigger element.
Side-by-side: right-click on the box
shadcn (Radix)
RN
Right-click (web) or long-press (mobile) the box on either side.
Semantics
| Aspect | shadcn | RN | Notes |
|---|---|---|---|
| Trigger | oncontextmenu / longpress | onContextMenu + onLongPress | Both web and native |
| Anchor | click coordinates | click coordinates | pageX/pageY at press |
| Item composition | same as DropdownMenu | same as RnDropdownMenu | Item / Label / Separator / Group / Shortcut |
| Sub-menus | yes | no (v1) | 0.2.x candidate |