File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
packages/react-native/Libraries/NewAppScreen/components Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ const DebugInstructions: () => Node = Platform.select({
2525 ios : ( ) => (
2626 < Text >
2727 Press < Text style = { styles . highlight } > Cmd + D</ Text > in the simulator or{ ' ' }
28- < Text style = { styles . highlight } > Shake</ Text > your device to open the React
29- Native debug menu .
28+ < Text style = { styles . highlight } > Shake</ Text > your device to open the Dev
29+ Menu .
3030 </ Text >
3131 ) ,
3232 default : ( ) => (
3333 < Text >
3434 Press < Text style = { styles . highlight } > Cmd or Ctrl + M</ Text > or{ ' ' }
35- < Text style = { styles . highlight } > Shake</ Text > your device to open the React
36- Native debug menu .
35+ < Text style = { styles . highlight } > Shake</ Text > your device to open the Dev
36+ Menu .
3737 </ Text >
3838 ) ,
3939} ) ;
Original file line number Diff line number Diff line change @@ -60,13 +60,20 @@ const links = [
6060 } ,
6161 {
6262 id : 7 ,
63+ title : 'Debugging' ,
64+ link : 'https://facebook.github.io/react-native/docs/debugging' ,
65+ description :
66+ 'Learn about the tools available to debug and inspect your app.' ,
67+ } ,
68+ {
69+ id : 8 ,
6370 title : 'Help' ,
64- link : 'https://reactnative.dev /help' ,
71+ link : 'https://facebook.github.io/react-native /help' ,
6572 description :
6673 'Need more help? There are many other React Native developers who may have the answer.' ,
6774 } ,
6875 {
69- id : 8 ,
76+ id : 9 ,
7077 title : 'Follow us on Twitter' ,
7178 link : 'https://twitter.com/reactnative' ,
7279 description :
You can’t perform that action at this time.
0 commit comments