I'm running a React Native app in the iPhone simulator on macOS and I've been able to get standalone react-devtools
to work but I haven't found a way to get browser devtools style/CSS editing to work. It seems this app only provides access to the Components
and Profiler
tabs, which makes sense.
As stated in this related question, "when trying to [access styles and CSS editing devtools] using the react-devtools extension on the browser (Chrome, Safari, or Firefox) I only get access to the console, because all the components and elements are the ones displayed in the devtools web-page".
Is it possible to inspect and update styles of my React Native application running in an iPhone simulator?
(if this is possible with the Android emulator then I'm interested in a solution for that as well)