From 8c3c4690c14dced6a8ed6632b7514ca8e8a0e3d5 Mon Sep 17 00:00:00 2001 From: Zach Dean Date: Wed, 16 Apr 2025 15:01:24 +0100 Subject: [PATCH] Update the version of React Native used in the create application script to 0.79.0 from 0.76.0 --- docs/the-new-architecture/pure-cxx-modules.md | 2 +- .../version-0.79/the-new-architecture/pure-cxx-modules.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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