From 87b70766399b0a523bc0cf3d654870ea9f19e0c2 Mon Sep 17 00:00:00 2001 From: Simek Date: Thu, 7 Aug 2025 21:06:32 +0200 Subject: [PATCH] update template version in native modules guide --- docs/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.77/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.78/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.80/the-new-architecture/pure-cxx-modules.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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