ui icon indicating copy to clipboard operation
ui copied to clipboard

How to get particular row index in renderRow(item: Object) of Listview?

Open impradeepsaini opened this issue 7 years ago • 1 comments

I need to render first row differently than others.

impradeepsaini avatar Feb 15 '18 12:02 impradeepsaini

you can use rowID

renderRow (rowData, sectionID, rowID, highlightRow) => renderable

you can see https://facebook.github.io/react-native/docs/listview.html#renderrow

TAHERx avatar Feb 15 '18 16:02 TAHERx