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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -