Removed CRNA from Get Started list (#35647)

Removed Create-React-Native-App from the Get Started list, since it has been merged with Expo.
pull/22156/head^2
Faisal Arshed 2019-06-10 18:45:45 +05:00 committed by Randell Dawson
parent 2a18b1a308
commit 79b46ca5ef
1 changed files with 0 additions and 1 deletions

View File

@ -35,6 +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. [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 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.