Skip to content

Commit d8a9ecc

Browse files
authored
Update macOS getting started (#1003)
From the GitHub releases the latest release is 0.76 and not 0.71
1 parent 45a71e1 commit d8a9ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rnm-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Get Started with macOS
55

66
This guide will help you get started on setting up your very first React Native for macOS app.
77

8-
>** Latest stable version available for React Native for macOS is 0.71**
8+
>** Latest stable version available for React Native for macOS is 0.76**
99
1010
For information around how to set up:
1111
- 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:
1616
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`
1717

1818
```
19-
npx react-native@latest init <projectName> --version 0.71.0
19+
npx react-native@latest init <projectName> --version 0.76.0
2020
```
2121

2222
### Navigate into this newly created directory

0 commit comments

Comments
 (0)