diff --git a/guide/english/react-native/index.md b/guide/english/react-native/index.md index a2f8b5c1999..5acfbd8bb73 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.