diff --git a/docs/flatlist.md b/docs/flatlist.md index f4e9b134d5e..9a17a826cb9 100644 --- a/docs/flatlist.md +++ b/docs/flatlist.md @@ -111,11 +111,12 @@ Also inherits [ScrollView Props](scrollview.md#props), unless it is nested in an ### Props +- [`data`](flatlist.md#data) +- [`renderItem`](flatlist.md#renderItem) - [`numColumns`](flatlist.md#numcolumns) - ### Methods - [`scrollToEnd`](flatlist.md#scrolltoend) @@ -140,6 +141,23 @@ Also inherits [ScrollView Props](scrollview.md#props), unless it is nested in an ## Props +### `data` + + + +| Type | Required | +| - | - | +| | No | + + +### `renderItem` + + + +| Type | Required | +| - | - | +| | Yes | + ### `numColumns`