From 284087dd40a91f14183ad03a8587b6f4de6651bd Mon Sep 17 00:00:00 2001 From: Lallo Vigil Date: Sun, 14 Oct 2018 21:11:39 -0500 Subject: [PATCH] fix: fixed spelling and linked url (#19149) --- client/src/pages/guide/english/react-native/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/react-native/index.md b/client/src/pages/guide/english/react-native/index.md index 4aaa65f743..4456b92316 100644 --- a/client/src/pages/guide/english/react-native/index.md +++ b/client/src/pages/guide/english/react-native/index.md @@ -26,11 +26,11 @@ It follows the same pattern as React where the views (what you see on the screen 1. **Corporate backing** — Lot’s of companies support and contribute to React Native including Walmart, Airbnb, Wix, and, of course, Facebook. 1. **Community** — React Native has a large (and growing) community with over 1500 contributors to the core project and thousands more who contribute to various libraries. 1. **Better user experience** — React Native uses the JavaScript code to render native components from your phone's OS. In other words, the application's user interface (UI) is entirely native! -1. **Cross-Platform** - Great way to prototype and save time while building either a universal user interfeace or platform specific mobile application that can run on both iOS and Android devices. +1. **Cross-Platform** - Great way to prototype and save time while building either a universal user interface or platform specific mobile application that can run on both iOS and Android devices. ### How to Get Started with React Native There are two 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 an app or if it is earlier stage. Using Expo you can even create an quick app using drag and drop features from snack.expo.io in the broswer. +1. [Expo](https://expo.io) - Best for prototyping an app or if it is earlier stage. Using Expo you can even create a quick app using drag and drop features from [snack.expo.io](https://snack.expo.io/) in the browser. \ No newline at end of file