From 2b54d70006f385f1d266824cdc4bbce649257634 Mon Sep 17 00:00:00 2001 From: Aman Mittal Date: Thu, 13 Jun 2019 22:06:19 +0530 Subject: [PATCH] fix(guide): remove obsolete CRNA information (#36257) --- guide/english/react-native/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/react-native/index.md b/guide/english/react-native/index.md index 5acfbd8bb7..dd24935f09 100644 --- a/guide/english/react-native/index.md +++ b/guide/english/react-native/index.md @@ -35,5 +35,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. [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. +1. [Expo](https://expo.io) - Similar to Create React App to get up and running an app using the terminal. Using Expo you do need XCode or Android Studio to build a React Native application. +2. [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.