From c544c0d2dca1d0e9f0b2a5565e03676ad71a36f5 Mon Sep 17 00:00:00 2001 From: tiagomoraismorgado Date: Fri, 1 Dec 2017 16:21:59 -0800 Subject: [PATCH] Docs - README.md - tweaks (separator, thumbnail logo) Summary: **this PR does basically aim at adding the following tweaks to README.md file:** - *separators* - *thumbnail logo* --- **main motivation behind such:** - *improving overall document accessebility* --- Closes https://github.com/facebook/react-native/pull/16509 Differential Revision: D6465270 Pulled By: hramos fbshipit-source-id: 0443765bdc0001926157ad0443a035be6992c418 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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). + +--- + +