React Native library
This project is maintained by iliubinskii
React Native library • Docs
React Native library / components/common-components/FlatList / Props
Internal
Omit
<React.ComponentProps
<typeof FlatList
>, "data"
| "initialNumToRender"
| "keyExtractor"
| "CellRendererComponent"
| "ListFooterComponent"
| "ListHeaderComponent"
| "ref"
| "style"
>• T
readonly
data: readonlyT
[]
readonly
height:number
readonly
itemMinHeight:number
| (item
) =>number
Returns item min height.
Item.
Index.
readonly
keyExtractor: (item
,index
) =>string
• item: T
Item.
• index: number
Index.
string
Key.
readonly
optional
paddingBottom:numberU
readonly
optional
paddingTop:numberU