Skip to content

Commit dfb88a6

Browse files
authored
update mac-getting-started page (#1028)
1 parent 0b39d2d commit dfb88a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/rnm-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ 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.76**
8+
>** 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**
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)
1212
- React Native for Windows: See [React Native for Windows Getting Started Guide](https://microsoft.github.io/react-native-windows/docs/getting-started)
1313

1414
## Install React Native for macOS
1515

16-
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`
16+
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`
1717

1818
```
19-
npx @react-native-community/cli init <projectName> --version 0.76
19+
npx @react-native-community/cli init <projectName> --version 0.78
2020
```
2121

2222
### Navigate into this newly created directory

website/versioned_docs/version-0.78/rnm-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ original_id: rnm-getting-started
66

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

9-
>** Latest stable version available for React Native for macOS is 0.76**
9+
>** 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**
1010
1111
For information around how to set up:
1212
- React Native for iOS and Android: See [React Native Getting Started Guide](https://reactnative.dev/docs/getting-started)
1313
- React Native for Windows: See [React Native for Windows Getting Started Guide](https://microsoft.github.io/react-native-windows/docs/getting-started)
1414

1515
## Install React Native for macOS
1616

17-
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`
17+
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`
1818

1919
```
20-
npx react-native@latest init <projectName> --version 0.76.0
20+
npx @react-native-community/cli init <projectName> --version 0.78
2121
```
2222

2323
### Navigate into this newly created directory

0 commit comments

Comments
 (0)