From 4e64ef7ed9a2928846bc6319bf06c6fcbb313875 Mon Sep 17 00:00:00 2001 From: Jens Kuhr Hansen Date: Tue, 10 Jun 2025 14:17:43 +0200 Subject: [PATCH] Update get-started-without-a-framework.md Clarify specific CLI and RN version --- docs/get-started-without-a-framework.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started-without-a-framework.md b/docs/get-started-without-a-framework.md index 450fe5e0cb6..1d2d984e20d 100644 --- a/docs/get-started-without-a-framework.md +++ b/docs/get-started-without-a-framework.md @@ -41,10 +41,10 @@ If you are having trouble with iOS, try to reinstall the dependencies by running #### [Optional] Using a specific version or template -If you want to start a new project with a specific React Native version, you can use the `--version` argument: +If you want to start a new project with a specific CLI and React Native version, you can use the `--version` argument: ```shell -npx @react-native-community/cli@X.XX.X init AwesomeProject --version X.XX.X +npx @react-native-community/cli@X.XX.X init AwesomeProject --version Y.YY.Y ``` 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).