Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/flatlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,16 @@ Styling for internal View for `ListHeaderComponent`.

---

### `ListItemComponent`

Each data item is rendered using this element, as an alternative to `renderItem`. It receives the same props, and takes precedence over `renderItem` when both are provided.

| Type |
| ------------------ |
| component, element |

---

### `columnWrapperStyle`

Optional custom style for multi-item rows generated when `numColumns > 1`.
Expand Down