From 4f12490bcdad41593799c7f947df1660a9e81f6e Mon Sep 17 00:00:00 2001 From: Chris Reyes Date: Mon, 15 Oct 2018 20:26:31 -0700 Subject: [PATCH] Update index.md (#18898) add ignite as a resource for getting started --- client/src/pages/guide/english/react-native/index.md | 6 ++++-- 1 file changed, 4 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 4456b92316..fff373e19c 100644 --- a/client/src/pages/guide/english/react-native/index.md +++ b/client/src/pages/guide/english/react-native/index.md @@ -30,7 +30,9 @@ It follows the same pattern as React where the views (what you see on the screen ### 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. +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 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 +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. [Ignite CLI](https://github.com/infinitered/ignite) - Empowers devleopers to easily create a new React Native app with plug ins. Ignite CLI also enables developers to easily setup best practices. +