From d8a9ecc66fa45372746d1701c1ad65e3ef894b99 Mon Sep 17 00:00:00 2001 From: Alvin Bryan <107407814+alvinometric@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:24:23 +0000 Subject: [PATCH] Update macOS getting started (#1003) From the GitHub releases the latest release is 0.76 and not 0.71 --- docs/rnm-getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/rnm-getting-started.md b/docs/rnm-getting-started.md index e600da52a..8e301995f 100644 --- a/docs/rnm-getting-started.md +++ b/docs/rnm-getting-started.md @@ -5,7 +5,7 @@ title: Get Started with macOS This guide will help you get started on setting up your very first React Native for macOS app. ->** Latest stable version available for React Native for macOS is 0.71** +>** Latest stable version available for React Native for macOS is 0.76** For information around how to set up: - React Native for iOS and Android: See [React Native Getting Started Guide](https://reactnative.dev/docs/getting-started) @@ -16,7 +16,7 @@ For information around how to set up: Remember to call `react-native 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.71.0` ``` -npx react-native@latest init --version 0.71.0 +npx react-native@latest init --version 0.76.0 ``` ### Navigate into this newly created directory