Skip to content

Commit aa85d39

Browse files
authored
Update React Native version in getting started guide
1 parent 9ed2ea2 commit aa85d39

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)