In terms of debugging DESIGN (User Interface), I'm currently looking for an alternative to render the components, maybe straight in the browser (is that possible)?
I found the standard way too much disruptive. Everytime there is a different issue, the emulator is slow and freezes, the hot reloading fails. Also if you connect the phone you have all the work connecting, installing the app, enabling the options.. sometimes also gives you trouble.
If you are working with the design part, it can be very annoying dealing with these micro issues. Is there a straight foward way to debug? Just like we would debug a ReactJs app?
Maybe for Mac it can work smootly, but on Ubuntu I have been struggling for many weeks to get things working, but still no success. Any advice is welcome. Thank you.