Skip to content

Commit 4e64ef7

Browse files
Update get-started-without-a-framework.md
Clarify specific CLI and RN version
1 parent 401adaf commit 4e64ef7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/get-started-without-a-framework.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ If you are having trouble with iOS, try to reinstall the dependencies by running
4141

4242
#### [Optional] Using a specific version or template
4343

44-
If you want to start a new project with a specific React Native version, you can use the `--version` argument:
44+
If you want to start a new project with a specific CLI and React Native version, you can use the `--version` argument:
4545

4646
```shell
47-
npx @react-native-community/cli@X.XX.X init AwesomeProject --version X.XX.X
47+
npx @react-native-community/cli@X.XX.X init AwesomeProject --version Y.YY.Y
4848
```
4949

5050
You can also start a project with a custom React Native template with the `--template` argument, read more [here](https://github.com/react-native-community/cli/blob/main/docs/init.md#initializing-project-with-custom-template).

0 commit comments

Comments
 (0)