diff --git a/docs/the-new-architecture/pure-cxx-modules.md b/docs/the-new-architecture/pure-cxx-modules.md index a1502b66103..fd56a4f53ea 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.79.0 +npx @react-native-community/cli@latest init SampleApp --version 0.80.0 ``` ## 1. Create the JS specs diff --git a/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md index a4cf751422d..afb36302fc2 100644 --- a/website/versioned_docs/version-0.77/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.77/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.77.0 ``` ## 1. Create the JS specs diff --git a/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md index a4cf751422d..4234d867214 100644 --- a/website/versioned_docs/version-0.78/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.78/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.78.0 ``` ## 1. Create the JS specs diff --git a/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md b/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md index 6098e7ec1c1..fd56a4f53ea 100644 --- a/website/versioned_docs/version-0.80/the-new-architecture/pure-cxx-modules.md +++ b/website/versioned_docs/version-0.80/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.80.0 ``` ## 1. Create the JS specs