From 79b46ca5efbdacde0611b287f631e03104dddd54 Mon Sep 17 00:00:00 2001 From: Faisal Arshed Date: Mon, 10 Jun 2019 18:45:45 +0500 Subject: [PATCH] Removed CRNA from Get Started list (#35647) Removed Create-React-Native-App from the Get Started list, since it has been merged with Expo. --- guide/english/react-native/index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guide/english/react-native/index.md b/guide/english/react-native/index.md index a2f8b5c199..5acfbd8bb7 100644 --- a/guide/english/react-native/index.md +++ b/guide/english/react-native/index.md @@ -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.