diff --git a/docsite/docs/getting-started.md b/docsite/docs/getting-started.md index 90c834dd8e980d..66126c718c4225 100644 --- a/docsite/docs/getting-started.md +++ b/docsite/docs/getting-started.md @@ -13,10 +13,10 @@ For information around how to set up: ## 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.78.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.79.0` ``` -npx @react-native-community/cli init --version 0.78 +npx @react-native-community/cli init --version 0.79 ``` ### Navigate into this newly created directory