Skip to content

Commit 45344d2

Browse files
committed
[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 react#598 Github Author: sungwook yeom <sungwook.yeom@samsung.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
1 parent a1e6d70 commit 45344d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/SampleApp/index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var SampleApp = React.createClass({
2424
</Text>
2525
<Text style={styles.instructions}>
2626
Press Cmd+R to reload,{'\n'}
27-
Cmd+Shift+Z for dev menu
27+
Cmd+Control+Z for dev menu
2828
</Text>
2929
</View>
3030
);

0 commit comments

Comments
 (0)