diff --git a/README.md b/README.md index 3cd8baf4b..2e5357392 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ Supported operating systems are >= Android 4.1 (API 16) and >= iOS 8.0. - [Contributing](#contributing) - [License](#license) +--- + ## Getting Started Follow the [Getting Started guide](https://facebook.github.io/react-native/docs/getting-started.html). The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios: @@ -28,6 +30,8 @@ Follow the [Getting Started guide](https://facebook.github.io/react-native/docs/ - [Creating a New Application](http://facebook.github.io/react-native/docs/getting-started.html) - [Adding React Native to an Existing Application](http://facebook.github.io/react-native/docs/integration-with-existing-apps.html) +--- + ## Documentation [The website’s documentation](https://facebook.github.io/react-native/docs/getting-started.html) is divided into multiple sections. @@ -40,10 +44,14 @@ Another great way to learn more about the components and APIs included with Reac The React Native documentation only discusses the components, APIs and topics specific to React Native (React on iOS and Android). For further documentation on the React API that is shared between React Native and React DOM, refer to the [React documentation](https://facebook.github.io/react/). +--- + ## Upgrading React Native is under active development. See the guide on [upgrading React Native](https://facebook.github.io/react-native/docs/upgrading.html) to keep your project up-to-date. +--- + ## Contributing Read below to learn how you can take part in improving React Native. @@ -60,8 +68,14 @@ Read our [contributing guide](https://facebook.github.io/react-native/docs/contr We have a list of [beginner friendly issues](https://github.com/facebook/react-native/labels/Good%20First%20Issue) to help you get your feet wet in the React Native codebase and familiar with our contribution process. This is a great place to get started. +--- + ## License React Native is [BSD licensed](./LICENSE). We also provide an additional [patent grant](./PATENTS). React Native documentation is [Creative Commons licensed](./LICENSE-docs). + +--- + +