Update README.md (#20867)

Summary:
Thank you for sending the PR! We appreciate you spending the time to work on these changes.
Help us understand your motivation by explaining why you decided to make this change.

If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged.
Pull Request resolved: https://github.com/facebook/react-native/pull/20867

Differential Revision: D13396488

Pulled By: cpojer

fbshipit-source-id: 971ac7b5f2e795280b94be78dce0fe44a065b942
This commit is contained in:
Pankaj Singh 2018-12-09 22:24:47 -08:00 committed by Facebook Github Bot
parent af3570c637
commit b0c43717a6
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ Follow the [Getting Started guide](https://facebook.github.io/react-native/docs/
- [Creating a New Application](https://facebook.github.io/react-native/docs/getting-started.html)
- [Adding React Native to an Existing Application](https://facebook.github.io/react-native/docs/integration-with-existing-apps.html)
## How React Native works
React Native lets you build mobile apps using JavaScript. It uses the same design as [React](https://facebook.github.io/react), letting you compose a rich mobile UI from declarative components.