We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8d1be4 commit b6d7364Copy full SHA for b6d7364
1 file changed
packages/cli/src/commands/init/printRunInstructions.ts
@@ -63,7 +63,7 @@ function printRunInstructions(
63
64
desktopInstructions = `
65
${pico.magenta(`Run instructions for ${pico.bold('macOS')}`)}:
66
- • See ${pico.underline
+ • See ${pico.underline(
67
'https://microsoft.github.io/react-native-macos',
68
)} for the latest up-to-date instructions.
69
`;
0 commit comments