Optional componentDirect props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.
Items to render. If strings will apply proper typeface. If passing element you need to set this.styles.
Optional nested?: booleanIndicate if list is nested in another list
Optional style?: StyleProp<ViewStyle>Style to set on the item
Optional textText type to render (Standard is default. Normally only body 01 or 02 should be used)
Optional type?: "unordered" | "ordered"Type of list (default is unordered)
Generated using TypeDoc
Props for List component