Pass through a11y props

This commit is contained in:
Eric Bailey
2024-03-05 12:14:40 -06:00
parent 4cdb72f944
commit 076fa9dddd
4 changed files with 28 additions and 26 deletions
+1 -1
View File
@@ -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