List
A container that presents rows of data arranged in a single column.
Example​
- swiftui-react-native
- SwiftUI
Props​
List inherits all View Modifiers as props.
prop | description | type | required | default |
---|---|---|---|---|
children | List content | ReactNode | no | null |
A container that presents rows of data arranged in a single column.
List inherits all View Modifiers as props.
prop | description | type | required | default |
---|---|---|---|---|
children | List content | ReactNode | no | null |