deanmcpherson / react-native-sortable-listview

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

Does not work when Remote JS Debug is turned on #149

Open mklekowski opened 6 years ago

mklekowski commented 6 years ago

I've implemented sorting in my app and I've noticed that it stops working when I turn on the Remote JS Debugging. In my case, only the drag and drop does not work at all, but the list is rendered correctly and I can see UI effects when clicking on item.

I thought that this is something with my app, wrong versions of react/android or used libraries like native-base, but I checked also Sortable example from repository. When I'm trying turn on the Remote JS Debugging, the app freezes completely.

The worst thing is that I cannot see any errors, even in the android application logs. Did someone have similar problem?