Skip to content

Commit

Permalink
Update macOS getting started (#1003)
Browse files Browse the repository at this point in the history
From the GitHub releases the latest release is 0.76 and not 0.71
  • Loading branch information
alvinometric authored Jan 23, 2025
1 parent 45a71e1 commit d8a9ecc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rnm-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 <projectName> --version 0.71.0
npx react-native@latest init <projectName> --version 0.76.0
```

### Navigate into this newly created directory
Expand Down

0 comments on commit d8a9ecc

Please sign in to comment.