diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md
index 7fb22ab92863fc..2c748ca8f1fab4 100644
--- a/docs/GettingStarted.md
+++ b/docs/GettingStarted.md
@@ -146,6 +146,8 @@ Because you don't build any native code when using Create React Native App to cr
If you know that you'll eventually need to include your own native code, Create React Native App is still a good way to get started. In that case you'll just need to "[eject](https://github.com/react-community/create-react-native-app/blob/master/react-native-scripts/template/README.md#ejecting-from-create-react-native-app)" eventually to create your own native builds. If you do eject, the "Building Projects with Native Code" instructions will be required to continue working on your project.
+Create React Native App configures your project to use the most recent React Native version that is supported by the Expo client app. The Expo client app usually gains support for a given React Native version about a week after the React Native version is released as stable. You can check [this document](https://github.com/react-community/create-react-native-app/blob/master/VERSIONS.md) to find out what versions are supported.
+
If you're integrating React Native into an existing project, you'll want to skip Create React Native App and go directly to setting up the native build environment. Select "Building Projects with Native Code" above for instructions on configuring a native build environment for React Native.
React Native follows a monthly release train. Every month, a new branch created off master enters the Release Candidate phase, and the previous Release Candidate branch is released and considered stable.
++ React Native follows a monthly release train. Every month, a new branch created off master enters the + {' '} + + Release Candidate + + {' '} + phase, and the previous Release Candidate branch is released and considered + {' '} + stable + . +
++ If you have an existing project that uses React Native, read the release notes to learn about new features and fixes. You can follow + {' '} + + our guide to upgrade your app + + {' '} + to the latest version. +
-{version.title} | -Documentation | -{version.release && Release Notes} | ++ + Documentation + + | ++ {version.release && + + Release Notes + } + |
---|
This is the version that is configured automatically when you run react-native init
. We highly recommend using the current version of React Native when starting a new project.
If you have an existing project that uses React Native, read the release notes to learn about new features and fixes. You can follow our guide to upgrade your app to the latest version.
+
+ This is the version that is configured automatically when you create a new project using
+ {' '}
+ react-native init
+ .
+
master | -Documentation | -{version.release && Release Notes} | ++ + Documentation + + | ++ {version.release && + + Release Notes + } + |
---|---|---|---|---|
{version.title} | -Documentation | -{version.release && Release Notes} | ++ + Documentation + + | ++ {version.release && + + Release Notes + } + |
For those who live on the bleeding edge. Only recommended if you're actively contributing code to React Native, or if you need to verify how your application behaves in an upcoming release.
++ To see what changes are coming and provide better feedback to React Native contributors, use the latest release candidate when possible. By the time a release candidate is released, the changes it contains will have been shipped in production Facebook apps for over two weeks. +
-{version.title} | -Documentation | -{version.release && Release Notes} | ++ + Documentation + + | ++ {version.release && + + Release Notes + } + |
---|
You can find past versions of React Native on GitHub. The release notes can be useful if you would like to learn when a specific feature or fix was released.
-You can also view the docs for a particular version of React Native by clicking on the Docs link next to the release in this page. You can come back to this page and switch the version of the docs you're reading at any time by clicking on the version number at the top of the page.
++ You can find past versions of React Native + {' '} + + on GitHub + + . The release notes can be useful if you would like to learn when a specific feature or fix was released. +
++ You can also view the docs for a particular version of React Native by clicking on the Docs link next to the release in this page. You can come back to this page and switch the version of the docs you're reading at any time by clicking on the version number at the top of the page. +