ui
ui copied to clipboard
How to get particular row index in renderRow(item: Object) of Listview?
I need to render first row differently than others.
you can use rowID
renderRow (rowData, sectionID, rowID, highlightRow) => renderable
you can see https://facebook.github.io/react-native/docs/listview.html#renderrow