New Features 🍕
Horizontal groups (iOS)
On iOS, you can use the horizontal
prop render items like so:

<DropdownMenu.Group horizontal>
...
</DropdownMenu.Group>
Same goes for ContextMenu
Group labels (iOS, Web)
Groups can now have labels!
To add a title to the group, pass a Label
component inside of it:
<DropdownMenu.Group>
<DropdownMenu.Label>menuTitle</DropdownMenu.Label>
</DropdownMenu.Group>

New SF Symbols
Upgraded to SF Symbols v2!
See the docs here: https://github.com/nandorojo/sf-symbols-typescript/releases/tag/v2
What's Changed
- fix: enable custom styling of arrow components by @nderscore in #68
- docs: Update start.md to include
react-native-ios-utilities
by @sidorchukandrew in #73 - docs: update cli to use npx expo and plugins config typo fix by @Just-Moh-it in #70
New Contributors
- @nderscore made their first contribution in #68
- @sidorchukandrew made their first contribution in #73
- @Just-Moh-it made their first contribution in #70
Full Changelog: v1.7.1...v1.8.0