ToolbarItemGroup
Displays a SwiftUI ToolbarItemGroup
Official Docs
Preview
Example Usage
<RNSwiftUI.ToolbarItemGroup placement="navigation">
</RNSwiftUI.ToolbarItemGroup>
Props
name | type | required | description |
---|---|---|---|
children | React.ReactNode | ✓ | The RNSwiftUI views that should be displayed in the toolbar |
placement | ToolbarPlacement | ✕ | The placement of the toolbar. Default is automatic |
extends
SwiftUIViewProperties