Skip to content

Commit 79f7d0d

Browse files
Update React Native version references to 0.82.0
1 parent 94ef98a commit 79f7d0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
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.80.0
18+
npx @react-native-community/cli@latest init SampleApp --version 0.82.0
1919
```
2020

2121
## 1. Create the JS specs
@@ -225,7 +225,7 @@ The final step is to register the new C++ Turbo Native Module in the runtime, so
225225
1. From the folder `SampleApp/android/app/src/main/jni`, run the following command:
226226

227227
```sh
228-
curl -O https://raw.githubusercontent.com/facebook/react-native/v0.76.0/packages/react-native/ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp
228+
curl -O https://raw.githubusercontent.com/facebook/react-native/v0.82.0/packages/react-native/ReactAndroid/cmake-utils/default-app-setup/OnLoad.cpp
229229
```
230230

231231
2. Then, modify this file as follows:

0 commit comments

Comments
 (0)