Group
Groups different SwiftUI Views together. This works also in an context menu.
Official Docs
Preview
Example Usage
<RNSwiftUI.Group>
</RNSwiftUI.Group>
Props
name | type | required | description |
---|---|---|---|
children | React.ReactNode | ✓ | The RNSwiftUI views that should be displayed inside of the Group |
extends
SwiftUIViewProperties