
[RN] react-native simulator 'Hide Inspector'
·
React Native
🐰: 또 또 잘되던 시뮬레이터가 어떤 단축키를 잘못 누른건지도 모르게이런 'Nothing is inspected'라는 문구가 뜨며 여러 탭들이 생겼다.개발할때 도움이 될 기능임은 확인했지만 왜 사라지질 않니....... 역시나 구글링으로 깔끔히 해결! iOS Simulator⌘+d 또는^+⌘+z 클릭 후 Toggle Element InspectorAndroid Emulator⌘+m 클릭 후 Toggle Element Inspector 참고 사이트https://stackoverflow.com/questions/76988889/react-native-on-ios-catalyst-how-do-i-remove-inspect React Native on iOS/Catalyst - How do I remove..