Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grammatical fixes #30642

Merged
merged 2 commits into from
Jan 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions guide/english/react-native/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It can be used to build applications on Windows devices, desktop OS’s, and App
- [Reasons to choose React Native](#reasons-to-choose-react-native)
- [How to Get Started with React Native](#how-to-get-started-with-react-native)

### What is React Native
### What is React Native?

React Native falls in-between native and hybrid applications on the mobile app spectrum. The user interface you create is entirely native and the overall performance of the application is nearly as good as writing a native app using languages such as Swift or Java. It also gives you the flexibility to embed web views (webpages) or native code (Java/Kotlin for Android, Objective C/Swift for iOS) inside your applications wherever you want.

Expand All @@ -36,5 +36,5 @@ It follows the same pattern as React, where the views (what you see on the scree
There are three quick easy ways to get started with React Native. Depending on your situation, one can be a better option for you.

1. [Create React Native App](https://www.npmjs.com/package/create-react-native-app)- Similar to Create React App it get up in running using the terminal.
1. [Expo](https://expo.io) - Best for prototyping apps or useful if an app is in an earlier stage. Using Expo you can even create an quick app using drag and drop features from snack.expo.io in the broswer.
1. [Ignite CLI](https://github.com/infinitered/ignite) - Empower devleopers to easily create a new React Native app with plug ins. Ignite CLI also enables developers to easily setup best practices.
1. [Expo](https://expo.io) - Best for prototyping apps or useful if an app is in an earlier stage. Using Expo you can even create an quick app using drag and drop features from snack.expo.io in the browser.
1. [Ignite CLI](https://github.com/infinitered/ignite) - Empowers developers to easily create a new React Native app with plug ins. Ignite CLI also enables developers to easily setup best practices.