11

I am developing an iOS app using react native and every time I start the simulator using:

react-native run-ios

I keep getting this debugging tab and I am not able to disable: enter image description here

any idea about how to disable it ?

mquemazz
  • 763
  • 3
  • 12
  • 18

1 Answers1

46

If on Mac CMD + D and choose Hide Inspector.

lukaleli
  • 3,427
  • 3
  • 22
  • 32
  • yep just saw that with Expo and its the same anyway, thanks – mquemazz Aug 25 '17 at 13:35
  • 6
    I'm having the same issue, but for some reason I can't get the menu to open with cmd + d. It used to work. Can't figure out how to toggle or access this menu from the file menu. Any ideas? – John Jun 19 '18 at 00:52
  • 3
    Looks like the Hide Inspector option has been replaced with Toggle Element Inspector. – Steve Carey Dec 11 '18 at 02:40