Label
Displays a Swift UI Label which can be used for exmapkle inside of a button or list.
Official Docs
Preview
Example Usage
<RNSwiftUI.Item text="IPhone" systemIconName="iphone" />
Props
| name | type | required | description |
|---|---|---|---|
| text | string | ✓ | The text for the label |
| systemIconName | SFSymbol | ✕ | The symbol to display (SF symbol) [optional] |
extends
SwiftUIViewProperties
