From 09ffce48a3fa2e86e514ff4d14e89c313852d468 Mon Sep 17 00:00:00 2001 From: Andrew Rasmussen Date: Thu, 26 Mar 2015 10:38:20 -0700 Subject: [PATCH] Reference blog post in Tutorial --- docs/Tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index a6d8b8893..f3a8830d0 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -9,7 +9,7 @@ next: videos ## Preface -This tutorial aims to get you up to speed with writing iOS apps using React Native. +This tutorial aims to get you up to speed with writing iOS apps using React Native. If you're wondering what React Native is and why Facebook built it, this [blog post](https://code.facebook.com/posts/1014532261909640/react-native-bringing-modern-web-techniques-to-mobile/) explains that. We assume you have experience writing websites with React. If not, you can learn about it on the [React website](http://facebook.github.io/react/).