Skip to content

Commit ab2ed8c

Browse files
Zach-Dean-Attractions-ioZach Dean
andauthored
Update the version of React Native used in the create application script to 0.79.0 from 0.76.0 (#4578)
Co-authored-by: Zach Dean <[email protected]>
1 parent 239381a commit ab2ed8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.76.0
18+
npx @react-native-community/cli@latest init SampleApp --version 0.79.0
1919
```
2020

2121
## 1. Create the JS specs

website/versioned_docs/version-0.79/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.79.0
1919
```
2020

2121
## 1. Create the JS specs

0 commit comments

Comments
 (0)