Skip to content

Commit

Permalink
Windows and Linux shortcuts for developer menu (#360)
Browse files Browse the repository at this point in the history
Added shortcuts for developer menu on Windows and Linux. Typing adb commands is not necessary.
  • Loading branch information
allanxp4 authored and charpeni committed May 16, 2018
1 parent ab45a33 commit c09960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ React Native supports a few keyboard shortcuts in the iOS Simulator. They are de

## Accessing the In-App Developer Menu

You can access the developer menu by shaking your device or by selecting "Shake Gesture" inside the Hardware menu in the iOS Simulator. You can also use the `⌘D` keyboard shortcut when your app is running in the iOS Simulator, or `⌘M` when running in an Android emulator. Alternatively for Android, you can run the command `adb shell input keyevent 82` to open the dev menu (82 being the Menu key code).
You can access the developer menu by shaking your device or by selecting "Shake Gesture" inside the Hardware menu in the iOS Simulator. You can also use the `⌘D` keyboard shortcut when your app is running in the iOS Simulator, or `⌘M` when running in an Android emulator on Mac OS and `Ctrl+M` on Windows and Linux. Alternatively for Android, you can run the command `adb shell input keyevent 82` to open the dev menu (82 being the Menu key code).

![](/react-native/docs/assets/DeveloperMenu.png)

Expand Down

0 comments on commit c09960f

Please sign in to comment.