Skip to content

Commit 95cc0ef

Browse files
authored
Add missing syntax highlighting in Integration with Existing Apps (facebook#4428)
1 parent 137513d commit 95cc0ef

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_integration-with-existing-apps-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat
2828

2929
Go to the root directory and run the following command:
3030

31-
```
31+
```shell
3232
curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.77-stable/template/package.json
3333
```
3434

docs/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat
2828

2929
Go to the root directory and run the following command:
3030

31-
```
31+
```shell
3232
curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.75-stable/template/package.json
3333
```
3434

website/versioned_docs/version-0.76/_integration-with-existing-apps-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat
2828

2929
Go to the root directory and run the following command:
3030

31-
```
31+
```shell
3232
curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.76-stable/template/package.json
3333
```
3434

website/versioned_docs/version-0.76/_integration-with-existing-apps-kotlin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To ensure a smooth experience, create a new folder for your integrated React Nat
2828

2929
Go to the root directory and run the following command:
3030

31-
```
31+
```shell
3232
curl -O https://raw.githubusercontent.com/react-native-community/template/refs/heads/0.76-stable/template/package.json
3333
```
3434

0 commit comments

Comments
 (0)