v29.13.0
Minor Changes
-
List: Add support for icons (#810)
Provides a way to use an icon for all the items in a list. When using
type="icon"you must also provide theiconprop. See example below:EXAMPLE USAGE:
<List type="icon" icon={<IconTick tone="positive" />}> <Text>This is a list item.</Text> <Text>This is a list item.</Text> <Text>This is a list item.</Text> </List>