react-native-sortable-listview icon indicating copy to clipboard operation
react-native-sortable-listview copied to clipboard

Does not work when Remote JS Debug is turned on

Open mklekowski opened this issue 7 years ago • 0 comments

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?

mklekowski avatar May 25 '18 12:05 mklekowski