npm zeego 1.8.0
1.8

latest releases: 3.0.6, 3.0.5, 3.0.4...
19 months ago

New Features 🍕

Horizontal groups (iOS)

On iOS, you can use the horizontal prop render items like so:

image
<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>
image

New SF Symbols

Upgraded to SF Symbols v2!

image

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

Full Changelog: v1.7.1...v1.8.0

Don't miss a new zeego release

NewReleases is sending notifications on new releases.