From 33de0a4e057ae8ef35ec6da415442164e33ebcc7 Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Date: Wed, 1 Jun 2016 13:39:32 +0000
Subject: [PATCH] Updated docs for next
---
releases/next/docs/upgrading.html | 2 +-
versions.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/releases/next/docs/upgrading.html b/releases/next/docs/upgrading.html
index 2cf77c96686..dbedfd267bb 100644
--- a/releases/next/docs/upgrading.html
+++ b/releases/next/docs/upgrading.html
@@ -2,7 +2,7 @@
and other goodies. Because React Native projects are essentially made up of an Android project, an
iOS project and a JavaScript project, all combined under an npm package, upgrading can be rather
tricky. But we try to make it easy for you. Here's what you need to do to upgrade from an older
-version of React Native:
The new npm package will likely contain updates to the files that are normally generated when you
run react-native init, like the iOS and the Android sub-projects. To get these latest changes,
run this in a terminal:
$ react-native upgrade
This will check your files against the latest template and perform the following:
If there is a new file in the template, it is simply created.
If a file in the template is identical to your file, it is skipped.
If a file is different in your project than the template, you will be prompted; you have options
to view a diff between your file and the template file, keep your file or overwrite it with the
diff --git a/versions.html b/versions.html
index 261f2ad1fdb..c67891f2a51 100644
--- a/versions.html
+++ b/versions.html
@@ -1,4 +1,4 @@
-Documentation archive – React Native | A framework for building native apps using React
React Native is following a 2-week train release. Every two weeks, a Release Candidate (rc) branch is created off of master and the previous rc branch is being officially released.
React Native is following a 2-week train release. Every two weeks, a Release Candidate (rc) branch is created off of master and the previous rc branch is being officially released.