Component - Item separators
This UI component shows a list of items with clear lines between each item. These lines, called item separators, help users see where one item ends and the next begins, making the list easier to read.
This UI component shows a list of items with clear lines between each item. These lines, called item separators, help users see where one item ends and the next begins, making the list easier to read.
View ├─ FlatList │ ├─ renderItem (Text) │ └─ ItemSeparatorComponent (View) └─ (optional) SafeAreaView