deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 235 forks source link

How do I access key for row? #121

Closed jbeuckm closed 6 years ago

jbeuckm commented 6 years ago

I want the row to have its key in a prop so it can delete itself, etc.

jbeuckm commented 6 years ago

Got it - renderRow get arguments (rowData, section, index) where index is the key.