Skip to content
Merged
Changes from 1 commit
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
6 changes: 3 additions & 3 deletions docs/rnm-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ 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.76**
>** Please check either [NPM](https://www.npmjs.com/package/react-native-macos) or our [Github releases](https://github.com/microsoft/react-native-macos/releases) to see our latest release**

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)
- React Native for Windows: See [React Native for Windows Getting Started Guide](https://microsoft.github.io/react-native-windows/docs/getting-started)

## 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.76.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.78.0`

```
npx @react-native-community/cli init <projectName> --version 0.76
npx @react-native-community/cli init <projectName> --version 0.78
```

### Navigate into this newly created directory
Expand Down
Loading