1

Actually i want to inspect element of my mobile app just like web apps in browser console. Is there similar kind of way that can help me for design.

Avinash Kadam
  • 41
  • 2
  • 5
  • Possible duplicate of [How to use React dev tools with react native?](https://stackoverflow.com/questions/33581160/how-to-use-react-dev-tools-with-react-native) – bennygenel Mar 20 '18 at 10:29
  • Does this answer your question? [React Native - how to inspect the UI/ elements?](https://stackoverflow.com/questions/36638245/react-native-how-to-inspect-the-ui-elements) – vahdet Oct 08 '20 at 18:27

1 Answers1

3

On iOS: hit CMD + d On Android: hit CMD + m

Then select "Toggle Inspector".

emma93
  • 177
  • 2
  • 12