Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rnm-getting-started.md to recommend using 0.75 #969

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.75**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't show up on the website. You'll also need to edit (create) the 0.75 versioned doc of this file. You'll also probably want to fix the "old" new project commands (react-native@latest init) since that won't work anymore.


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.75.0
```

### Navigate into this newly created directory
Expand Down