ios - How do get dimensions of elements in Xcode simulator -


i'm running react native application in xcode simulator. check dimensions of elements , if possible change things temporarily see, have change in code. developer tools in chrome browser. possible?

enter image description here

you can use react-devtools (see guide in official documentation).

when developer tools installed , running, can use regular element inspector debug tool react native developer menu (cmd+d, show inspector).

now, instead of limited in-simulator inspector, have access chrome devtools experience, can inspect , edit element styles , props.

devtools example


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -