From e3756f7e4630f5ac691da8e05b54dbf64dc9cfd0 Mon Sep 17 00:00:00 2001 From: M <202932523+channel101@users.noreply.github.com> Date: Fri, 1 May 2026 13:59:54 +0900 Subject: [PATCH 1/5] Revise getting started guide for React Native Windows Updated the getting started guide for React Native Windows to improve clarity and organization. --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 77970eafa..47e0056a0 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -18,7 +18,7 @@ Call the following from the place where you want your project directory to live: - + @@ -40,7 +40,7 @@ cd - + Next you'll want to add `react-native-windows` as a dependency: From 90f8218c9f15ea7c574ad3d48b37589a0bed5d52 Mon Sep 17 00:00:00 2001 From: M <202932523+channel101@users.noreply.github.com> Date: Fri, 1 May 2026 14:04:37 +0900 Subject: [PATCH 2/5] Fix CLI version tag in getting-started.md --- website/versioned_docs/version-0.82/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.82/getting-started.md b/website/versioned_docs/version-0.82/getting-started.md index 2c4f9e8e5..2fc078c63 100644 --- a/website/versioned_docs/version-0.82/getting-started.md +++ b/website/versioned_docs/version-0.82/getting-started.md @@ -25,7 +25,7 @@ Call the following from the place where you want your project directory to live: ```bat -npx --yes @react-native-community/cli@latest init --version "^0.82.0" +npx --yes @react-native-community/cli@latest init --version 0.82.0 ``` ### Navigate into this newly created directory From 194a00ec4ca51b122295ecfbac9275f4be3cb7ac Mon Sep 17 00:00:00 2001 From: M <202932523+channel101@users.noreply.github.com> Date: Fri, 1 May 2026 14:34:16 +0900 Subject: [PATCH 3/5] Fix CLI version command in getting-started.md --- website/versioned_docs/version-0.79/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.79/getting-started.md b/website/versioned_docs/version-0.79/getting-started.md index 1320f389d..45a441a6e 100644 --- a/website/versioned_docs/version-0.79/getting-started.md +++ b/website/versioned_docs/version-0.79/getting-started.md @@ -27,7 +27,7 @@ Call the following from the place where you want your project directory to live: ```bat -npx --yes @react-native-community/cli@latest init --version ^0.79.0 +npx --yes @react-native-community/cli@latest init --version 0.79.0 ``` ### Navigate into this newly created directory From d460391e1f4014b6d62eb9e83b60b630b5b69f1f Mon Sep 17 00:00:00 2001 From: M <202932523+channel101@users.noreply.github.com> Date: Fri, 1 May 2026 14:34:33 +0900 Subject: [PATCH 4/5] Update getting-started.md --- website/versioned_docs/version-0.78/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.78/getting-started.md b/website/versioned_docs/version-0.78/getting-started.md index 4366bf7f1..4ef840e19 100644 --- a/website/versioned_docs/version-0.78/getting-started.md +++ b/website/versioned_docs/version-0.78/getting-started.md @@ -26,7 +26,7 @@ Remember to call `@react-native-community/cli init` from the place you want your ```bat -npx --yes @react-native-community/cli@latest init --version ^0.78.0 +npx --yes @react-native-community/cli@latest init --version 0.78.0 ``` ### Navigate into this newly created directory From 4e396441485a32c88d82d161898a45dbd278bd88 Mon Sep 17 00:00:00 2001 From: M <202932523+channel101@users.noreply.github.com> Date: Fri, 1 May 2026 14:34:45 +0900 Subject: [PATCH 5/5] Update getting-started.md --- website/versioned_docs/version-0.77/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.77/getting-started.md b/website/versioned_docs/version-0.77/getting-started.md index 1abc50740..66aa0b688 100644 --- a/website/versioned_docs/version-0.77/getting-started.md +++ b/website/versioned_docs/version-0.77/getting-started.md @@ -26,7 +26,7 @@ Remember to call `@react-native-community/cli init` from the place you want your ```bat -npx --yes @react-native-community/cli@latest init --version ^0.77.0 +npx --yes @react-native-community/cli@latest init --version 0.77.0 ``` ### Navigate into this newly created directory