[RN] 기술부채 상환 - Debugging Basics

김주형·2023년 12월 12일

뭘 이런걸 다 합니다

목록 보기
13/51

Accessing the Dev Menu

React Native provides an in-app developer menu which offers several debugging options. You can access the Dev Menu by shaking your device or via keyboard shortcuts:

iOS Simulator: Cmd ⌘ + D (or Device > Shake)
Android emulators: Cmd ⌘ + M (macOS) or Ctrl + M (Windows and Linux)
Alternatively for Android devices and emulators, you can run adb shell input keyevent 82 in your terminal.

profile
우리스러움

0개의 댓글