diff --git a/docs/the-new-architecture/pure-cxx-modules.md b/docs/the-new-architecture/pure-cxx-modules.md index 37cd9662481..062175ea125 100644 --- a/docs/the-new-architecture/pure-cxx-modules.md +++ b/docs/the-new-architecture/pure-cxx-modules.md @@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module The rest of this guide assume that you have created your application running the command: ```shell -npx @react-native-community/cli@latest init SampleApp --version 0.76.0 +npx @react-native-community/cli@latest init SampleApp --version 0.79.0 ``` ## 1. Create the JS specs diff --git a/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md index 37cd9662481..062175ea125 100644 --- a/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.79/the-new-architecture/pure-cxx-modules.md @@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module The rest of this guide assume that you have created your application running the command: ```shell -npx @react-native-community/cli@latest init SampleApp --version 0.76.0 +npx @react-native-community/cli@latest init SampleApp --version 0.79.0 ``` ## 1. Create the JS specs