Skip to main content

List

Displays a native IOS list

Official Docs

Preview

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

nametyperequireddescription
listStyleListStyleThe Swift UI List Style
childrenReact.ReactNodeThe RNSwiftUI views that should be displayed as list items

extends SwiftUIViewProperties