Skip to content

Commit 7781a97

Browse files
authored
docs: update React Native version to 0.79 in getting started guide (#2751)
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please provide enough information so that others can review your pull request. The four fields below are mandatory. --> <!-- This fork of react-native provides React Native for macOS for the community. It also contains some changes that are required for usage internal to Microsoft. We are working on reducing the diff between Facebook's public version of react-native and our microsoft/react-native-macos fork. Long term, we want this fork to only contain macOS concerns and have the other iOS and Android concerns contributed upstream. If you are making a new change then one of the following should be done: - Consider if it is possible to achieve the desired behavior without making a change to microsoft/react-native-macos. Often a change can be made in a layer above in facebook/react-native instead. - Create a corresponding PR against [facebook/react-native](https://github.com/facebook/react-native) **Note:** Ideally you would wait for Facebook feedback before submitting to Microsoft, since we want to ensure that this fork doesn't deviate from upstream. --> ## Summary: updates the version in the getting started guide to 0.79 <!-- Explain the **motivation** for making this change. What existing problem does the pull request solve? --> ## Test Plan: visit the docs page to see the updated page <!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes the user interface. -->
1 parent d129166 commit 7781a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docsite/docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ For information around how to set up:
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.78.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.79.0`
1717

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

2222
### Navigate into this newly created directory

0 commit comments

Comments
 (0)