deanmcpherson / react-native-sortable-listview

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

When i click on row there is no change in state.Is there no event of onPress ? #43

Closed codesinghanoop closed 7 years ago

codesinghanoop commented 7 years ago

I tried adding onPress to sortHandler but its not working please help me out

codesinghanoop commented 7 years ago

I want to re render renderrow function but without datasource of listview i am not able to achieve this functionality.

deanmcpherson commented 7 years ago

Sorry, I don't quite understand, can you explain / share code about what exactly you are trying to achieve?

deanmcpherson commented 7 years ago

Closing due to inactivity/not understanding the question. For reference there is no "onPress" in sortHandler.

codesinghanoop commented 7 years ago

Actually i want to update datasource on press of item of ListView.