diff --git a/docs/flatlist.md b/docs/flatlist.md index 7bc9884fa34..d37ed6dc0b6 100644 --- a/docs/flatlist.md +++ b/docs/flatlist.md @@ -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`.