List
Displays a native IOS list
Official Docs
Preview
Example Usage
<RNSwiftUI.List>
<Label text="Apple Pencil" systemIconName="pencil"/>
<Label text="IPhone" systemIconName="iphone"/>
<Label text="MacBook" systemIconName="macbook"/>
<Label text="IPad" systemIconName="ipad">
</RNSwiftUI.List>
Props
name | type | required | description |
---|---|---|---|
listStyle | ListStyle | ✕ | The Swift UI List Style |
children | React.ReactNode | ✓ | The RNSwiftUI views that should be displayed as list items |
extends
SwiftUIViewProperties