Update README.md (#26879)

Summary:
Omitted 'own'.. from 2nd para 3rd line.
Added comma in 3rd line after 'developing tools' under the "Upgrading" topic.
bugfixes>> Bug fixes in 7th line under topic "How to contribute".

## Changelog

[CATEGORY] [TYPE] - Message
Pull Request resolved: https://github.com/facebook/react-native/pull/26879

Differential Revision: D18268598

Pulled By: cpojer

fbshipit-source-id: fa64854cd7fbf049524042effe7a5f4a1d0d6a04
This commit is contained in:
Priyanshu2001 2019-11-01 04:47:37 -07:00 committed by Facebook Github Bot
parent 95158ec692
commit 5a4d68feb5

View File

@ -47,7 +47,7 @@
React Native brings [**React**'s][r] declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.
- **Declarative.** React makes it painless to create interactive UIs. Declarative views make your code more predictable and easier to debug.
- **Component-Based.** Build encapsulated components that manage their own state, then compose them to make complex UIs.
- **Component-Based.** Build encapsulated components that manage their state, then compose them to make complex UIs.
- **Developer Velocity.** See local changes in seconds. Changes to JavaScript code can be live reloaded without rebuilding the native app.
- **Portability.** Reuse code across iOS, Android, and [other platforms][p].
@ -98,7 +98,7 @@ The source for the React Native documentation and website is hosted on a separat
## 🚀 Upgrading
Upgrading to new versions of React Native may give you access to more APIs, views, developer tools and other goodies. See the [Upgrading Guide][u] for instructions.
Upgrading to new versions of React Native may give you access to more APIs, views, developer tools, and other goodies. See the [Upgrading Guide][u] for instructions.
React Native releases are discussed in the React Native Community, [**@react-native-community/react-native-releases**][repo-releases].
@ -107,7 +107,7 @@ React Native releases are discussed in the React Native Community, [**@react-nat
## 👏 How to Contribute
The main purpose of this repository is to continue evolving React Native core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving React Native.
The main purpose of this repository is to continue evolving React Native core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving React Native.
### [Code of Conduct][code]