Do I need to debug css in the response native application?

Debugging css inside chrome makes life easy. I am working on an adaptive native application. Every time I make css changes, I have to update my simulator to check it out. Is there any other workaround?

+4
source share
1 answer

Probably the most likely answer for you is actually presented in my comment. Debugging Chrome with response-devtools: https://facebook.imtqy.com/react-native/docs/debugging.html#react-developer-tools

+4
source

Source: https://habr.com/ru/post/1682194/


All Articles