You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: