Skip to content

Commit

Permalink
Docs - README.md - tweaks (separator, thumbnail logo)
Browse files Browse the repository at this point in the history
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*

 ---

<img src="https://avatars2.githubusercontent.com/u/69631?s=200&v=4" width="50"></img> <img src="https://avatars1.githubusercontent.com/u/7303598?s=460&v=4" width="50"></img>
Closes #16509

Differential Revision: D6465270

Pulled By: hramos

fbshipit-source-id: 0443765bdc0001926157ad0443a035be6992c418
  • Loading branch information
tiagomoraismorgado authored and facebook-github-bot committed Dec 2, 2017
1 parent 6da8979 commit c544c0d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand All @@ -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.
Expand All @@ -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).

---

<img src="https://avatars2.githubusercontent.com/u/69631?s=200&v=4" width="50"></img>

0 comments on commit c544c0d

Please sign in to comment.