Add debugging docs link to NewAppScreen (#37552)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/37552

- Add debugging docs link to `NewAppScreen`.
- Align "React Native debug menu" term in `DebugInstructions` to "Dev Menu".

Changelog:
[General][Changed] Add debugging docs link to new app screen

Reviewed By: cortinico

Differential Revision: D46149252

fbshipit-source-id: 20e624cebeded1e44e858eec849b9b4c47b34c52
This commit is contained in:
Alex Hunt
2023-05-24 10:42:52 -07:00
committed by Facebook GitHub Bot
parent 3a9b8748ac
commit be8af22740
2 changed files with 13 additions and 6 deletions
@@ -25,15 +25,15 @@ const DebugInstructions: () => Node = Platform.select({
ios: () => (
<Text>
Press <Text style={styles.highlight}>Cmd + D</Text> in the simulator or{' '}
<Text style={styles.highlight}>Shake</Text> your device to open the React
Native debug menu.
<Text style={styles.highlight}>Shake</Text> your device to open the Dev
Menu.
</Text>
),
default: () => (
<Text>
Press <Text style={styles.highlight}>Cmd or Ctrl + M</Text> or{' '}
<Text style={styles.highlight}>Shake</Text> your device to open the React
Native debug menu.
<Text style={styles.highlight}>Shake</Text> your device to open the Dev
Menu.
</Text>
),
});
@@ -60,13 +60,20 @@ const links = [
},
{
id: 7,
title: 'Debugging',
link: 'https://facebook.github.io/react-native/docs/debugging',
description:
'Learn about the tools available to debug and inspect your app.',
},
{
id: 8,
title: 'Help',
link: 'https://reactnative.dev/help',
link: 'https://facebook.github.io/react-native/help',
description:
'Need more help? There are many other React Native developers who may have the answer.',
},
{
id: 8,
id: 9,
title: 'Follow us on Twitter',
link: 'https://twitter.com/reactnative',
description: