1.8.1
Fixes
In order to support horizontal groups, you can now pass an empty string to textValue
in your nested item props:
<Menu.Group horizontal>
<Menu.Item key="item" textValue="">
<Menu.ItemIcon ios={{ name: 'your-icon-here' }} />
</Menu.Item>
</Menu.Group>
This lets you use icons only.