From aa85d39ca497a9fb566e754a8fa82654b96f458c Mon Sep 17 00:00:00 2001 From: Daniel Williams Date: Wed, 5 Nov 2025 21:20:37 +0000 Subject: [PATCH] Update React Native version in getting started guide --- docsite/docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/docs/getting-started.md b/docsite/docs/getting-started.md index 90c834dd8e980d..66126c718c4225 100644 --- a/docsite/docs/getting-started.md +++ b/docsite/docs/getting-started.md @@ -13,10 +13,10 @@ For information around how to set up: ## Install React Native for macOS -Remember to call `@react-native-community/cli init` from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use `^0.78.0` +Remember to call `@react-native-community/cli init` from the place you want your project directory to live. Be sure to use the same minor version between React Native and React Native macOS. We'll use `^0.79.0` ``` -npx @react-native-community/cli init --version 0.78 +npx @react-native-community/cli init --version 0.79 ``` ### Navigate into this newly created directory