mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
3a9b8748ac
commit
be8af22740
+4
-4
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user