@@ -14,17 +14,17 @@ For information around how to set up React Native, see the [React Native Getting
1414
1515Remember to call ` @react-native-community/cli init ` from the place you want your project directory to live.
1616
17- <!-- Note, make sure both `@react-native-community/cli@ABC` and `--version " XYZ" ` are pointing to the correct NPM tags in the command below. -->
17+ <!-- Note, make sure both `@react-native-community/cli@ABC` and `--version XYZ` are pointing to the correct NPM tags in the command below. -->
1818
19- <!-- 1. For the next version (i.e. in docs/getting-started.md) use " next" for the CLI and " nightly" for the RN version -->
20- <!-- 2. For the latest stable version in versioned_docs use " latest" for both the CLI and RN version -->
21- <!-- 3. For older stable versions you'll have to look up the CLI version, but for the RN version use the stable tag name, i.e. " 0.73-stable" -->
19+ <!-- 1. For the next version (i.e. in docs/getting-started.md) use ` next` for the CLI and ` nightly` for the RN version -->
20+ <!-- 2. For the latest stable version in versioned_docs use ` latest` for both the CLI and RN version -->
21+ <!-- 3. For older stable versions you'll have to look up the CLI version, but for the RN version use the stable tag name, i.e. ` 0.73-stable` -->
2222
2323<!-- See https://www.npmjs.com/package/@react-native-community/cli?activeTab=versions for the CLI version tags. -->
2424<!-- See https://www.npmjs.com/package/react-native?activeTab=versions for the RN version tags. -->
2525
2626``` bat
27- npx --yes @react-native-community/cli@latest init <projectName> --version " 0.75-stable"
27+ npx --yes @react-native-community/cli@latest init <projectName> --version 0.75-stable
2828```
2929
3030### Navigate into this newly created directory
@@ -37,10 +37,10 @@ cd <projectName>
3737
3838### Add React Native Windows to your project's dependencies
3939
40- <!-- Note, make sure " version" is pointing to the correct react-native-windows NPM tag in the command below. -->
40+ <!-- Note, make sure ` version` is pointing to the correct react-native-windows NPM tag in the command below. -->
4141
42- <!-- 1. For the next version (i.e. in docs/getting-started.md) use " canary" -->
43- <!-- 2. For other versions in versioned_docs use the version in the format " ^0.XY.0" -->
42+ <!-- 1. For the next version (i.e. in docs/getting-started.md) use ` canary` -->
43+ <!-- 2. For other versions in versioned_docs use the version in the format ` ^0.XY.0` -->
4444
4545<!-- DOCUSAURUS_CODE_TABS-->
4646
0 commit comments