From f5bef03811771413bca2cb956279247429df6a93 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Sat, 26 Jan 2019 21:44:55 +0100 Subject: [PATCH] update to rn-diff-purge --- docs/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index 3e0aee8805f..4e2d83eebb2 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -119,7 +119,7 @@ $ npm install --save react@R The new npm package may contain updates to the files that are normally generated when you run `react-native init`, like the iOS and the Android sub-projects. -You may consult [rn-diff](https://github.com/ncuillery/rn-diff) to see if there were changes in the project template files. In case there weren't any, simply rebuild the project and continue developing. In case of minor changes, you may update your project manually and rebuild. +You may consult [rn-diff-purge](https://github.com/pvinis/rn-diff-purge) to see if there were changes in the project template files. In case there weren't any, simply rebuild the project and continue developing. In case of minor changes, you may update your project manually and rebuild. If there were major changes, run this in a terminal to get these: