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
readonlydata: readonlyT[]
readonlyheight:number
readonlyitemMinHeight:number| (item) =>number
Returns item min height.
Item.
Index.
readonlykeyExtractor: (item,index) =>string
• item: T
Item.
• index: number
Index.
string
Key.
readonlyoptionalpaddingBottom:numberU
readonlyoptionalpaddingTop:numberU