Skip to main content

Label

Displays a Swift UI Label which can be used for exmapkle inside of a button or list.

Official Docs

Preview

preview

Example Usage

<RNSwiftUI.Item text="IPhone" systemIconName="iphone" />

Props

nametyperequireddescription
textstringThe text for the label
systemIconNameSFSymbolThe symbol to display (SF symbol) [optional]

extends SwiftUIViewProperties