From 45344d2869b3009fa216b03b1e13ca7a97a28d2b Mon Sep 17 00:00:00 2001 From: sungwook yeom Date: Wed, 1 Apr 2015 16:32:58 -0700 Subject: [PATCH] [react-native] Fix dev menu keyboard shortcut in sample app Summary: To press Cmd+Shift+Z in Sample App on the iOS Simulator is nothing happen. To press Cmd+Control+Z is showing dev menu. Closes https://github.com/facebook/react-native/pull/598 Github Author: sungwook yeom Test Plan: Imported from GitHub, without a `Test Plan:` line. --- Examples/SampleApp/index.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/SampleApp/index.ios.js b/Examples/SampleApp/index.ios.js index c6139d9473..629118d107 100644 --- a/Examples/SampleApp/index.ios.js +++ b/Examples/SampleApp/index.ios.js @@ -24,7 +24,7 @@ var SampleApp = React.createClass({ Press Cmd+R to reload,{'\n'} - Cmd+Shift+Z for dev menu + Cmd+Control+Z for dev menu );