Skip to content

Commit 9d3b01f

Browse files
authored
update template version in native modules guide (#4698)
1 parent ca71a72 commit 9d3b01f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1515
The rest of this guide assume that you have created your application running the command:
1616

1717
```shell
18-
npx @react-native-community/cli@latest init SampleApp --version 0.79.0
18+
npx @react-native-community/cli@latest init SampleApp --version 0.80.0
1919
```
2020

2121
## 1. Create the JS specs

website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1515
The rest of this guide assume that you have created your application running the command:
1616

1717
```shell
18-
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
18+
npx @react-native-community/cli@latest init SampleApp --version 0.77.0
1919
```
2020

2121
## 1. Create the JS specs

website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1515
The rest of this guide assume that you have created your application running the command:
1616

1717
```shell
18-
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
18+
npx @react-native-community/cli@latest init SampleApp --version 0.78.0
1919
```
2020

2121
## 1. Create the JS specs

website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
1515
The rest of this guide assume that you have created your application running the command:
1616

1717
```shell
18-
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
18+
npx @react-native-community/cli@latest init SampleApp --version 0.80.0
1919
```
2020

2121
## 1. Create the JS specs

0 commit comments

Comments
 (0)