I'm super excited about this release.
I'm still considering Zeego "pre-release" since there are no docs quite yet. However, once I get a docs site and release a 1.0, I'll do a more thorough walk-through of each feature.
This release has zero breaking changes and does not require new native code. It is backwards compatible with previous versions of Zeego 🤯
👻 New Features
<ContextMenu />
You'll have to reference the example app for now...but it's pretty epic. The Preview
feature on iOS is especially cool for creating incredible context menu experiences...
See #10 for more.
ItemImage
You can now use <DropdownMenu.ItemImage />
and the images will work on iOS for both dropdown and context menus.
Simply pass require('./my-image')
to the source
prop of your ItemImage
.