diff --git a/Libraries/NewAppScreen/components/DebugInstructions.js b/Libraries/NewAppScreen/components/DebugInstructions.js index 3953b442d1..c344a57bd2 100644 --- a/Libraries/NewAppScreen/components/DebugInstructions.js +++ b/Libraries/NewAppScreen/components/DebugInstructions.js @@ -20,14 +20,14 @@ const styles = StyleSheet.create({ const DebugInstructions = Platform.select({ ios: () => ( - Press Cmd+D in the simulator or{' '} + Press Cmd + D in the simulator or{' '} Shake your device to open the React Native debug menu. ), default: () => ( - Press menu button or{' '} + Press Cmd or Ctrl + M or{' '} Shake your device to open the React Native debug menu. diff --git a/Libraries/NewAppScreen/components/ReloadInstructions.js b/Libraries/NewAppScreen/components/ReloadInstructions.js index 3f44eac65e..e7fdd2f8bc 100644 --- a/Libraries/NewAppScreen/components/ReloadInstructions.js +++ b/Libraries/NewAppScreen/components/ReloadInstructions.js @@ -20,7 +20,7 @@ const styles = StyleSheet.create({ const ReloadInstructions = Platform.select({ ios: () => ( - Press Cmd+R in the simulator to + Press Cmd + R in the simulator to reload your app's code. ),