diff --git a/docs/_integration-with-existing-apps-ios.md b/docs/_integration-with-existing-apps-ios.md index 11c773a4965..0988e4bb373 100644 --- a/docs/_integration-with-existing-apps-ios.md +++ b/docs/_integration-with-existing-apps-ios.md @@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat Go to the root directory and run the following command: -``` +```shell curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.77-stable/template/package.json ``` diff --git a/docs/_integration-with-existing-apps-kotlin.md b/docs/_integration-with-existing-apps-kotlin.md index 32840c27b0f..e39fd640b5b 100644 --- a/docs/_integration-with-existing-apps-kotlin.md +++ b/docs/_integration-with-existing-apps-kotlin.md @@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat Go to the root directory and run the following command: -``` +```shell curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.75-stable/template/package.json ``` diff --git a/website/versioned_docs/version-0.76/_integration-with-existing-apps-ios.md b/website/versioned_docs/version-0.76/_integration-with-existing-apps-ios.md index 9b421d2653e..81ab1bf574d 100644 --- a/website/versioned_docs/version-0.76/_integration-with-existing-apps-ios.md +++ b/website/versioned_docs/version-0.76/_integration-with-existing-apps-ios.md @@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat Go to the root directory and run the following command: -``` +```shell curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.76-stable/template/package.json ``` diff --git a/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md b/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md index 45ee49a6a5a..3de3c29f0d2 100644 --- a/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md +++ b/website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md @@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat Go to the root directory and run the following command: -``` +```shell curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.76-stable/template/package.json ```