Pass through a11y props
This commit is contained in:
@@ -16,7 +16,7 @@ export function Menus() {
|
||||
<View style={[a.gap_md]}>
|
||||
<View style={[a.flex_row, a.align_start]}>
|
||||
<Menu.Root control={menuControl}>
|
||||
<Menu.Trigger style={[a.flex_1]}>
|
||||
<Menu.Trigger label="Open basic menu" style={[a.flex_1]}>
|
||||
{({state, handlers}) => {
|
||||
return (
|
||||
<Text
|
||||
|
||||
Reference in New Issue
Block a user