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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -