From 90d2248d4b7a3db4c9d92d2c1954a9fdb103bf76 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Thu, 14 Apr 2016 05:32:24 -0700 Subject: [PATCH] Tutorial: Add a link to makeitopen.com Summary:**Motivation** http://makeitopen.com is such a great resource, we should link to it from the docs. **Test plan (required)** Ran the website locally using `cd website && npm install && npm start`: ![screen shot 2016-04-14 at 12 35 04 pm](https://cloud.githubusercontent.com/assets/346214/14526773/9517f20c-023d-11e6-9955-7ec270fffb4a.png) Closes https://github.com/facebook/react-native/pull/6976 Differential Revision: D3178944 fb-gh-sync-id: 26a6fdb4f04f2cb51fcba229852a67f640f534cb fbshipit-source-id: 26a6fdb4f04f2cb51fcba229852a67f640f534cb --- docs/Tutorial.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index ec5a4d72bfc..54e50faf901 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -13,6 +13,9 @@ This tutorial aims to get you up to speed with writing iOS and Android apps usin We assume you have experience writing applications with React. If not, you can learn about it on the [React website](http://facebook.github.io/react/). +### Building a real-world app + +This tutorial explains how to build a simple app to get you started. If you're looking for a more advanced tutorial on building a real-world app, check out [makeitopen.com](http://makeitopen.com/). ## Setup