From b20febb42096093e77ee806d29a43d3c3bbd1ef3 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 16 May 2018 19:55:28 +0000 Subject: [PATCH] Deploy website Deploy website version based on fd0872c86b79056f28610b5ad500763c8bd4587f --- docs/next/debugging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/next/debugging.html b/docs/next/debugging.html index 3b41cb537ec..96fb55076fd 100644 --- a/docs/next/debugging.html +++ b/docs/next/debugging.html @@ -15,7 +15,7 @@
Edit

Debugging

Enabling Keyboard Shortcuts

React Native supports a few keyboard shortcuts in the iOS Simulator. They are described below. To enable them, open the Hardware menu, select Keyboard, and make sure that "Connect Hardware Keyboard" is checked.

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).

The Developer Menu is disabled in release (production) builds.