From 0429b6bf8feb5bcd690e6f728623894ae3b87c57 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Thu, 9 Mar 2017 08:52:05 -0800 Subject: [PATCH] Update 2016-12-05-easier-upgrades.md Summary: > The logic behind react-native-git-upgrade described above is going to power the standard react-native upgrade starting with React Native version 0.40.0. This means that if you are upgrading from version 0.40.0 or higher, you will be able to simply run react-native upgrade in your project without having to install anything globally. I hadn't seen any logic related to this description in either practice nor [the source code](https://github.com/facebook/react-native/blob/master/local-cli/upgrade/upgrade.js) . Did I misunderstand anything or the plan has been changed since this blog post? ncuillery Closes https://github.com/facebook/react-native/pull/12758 Differential Revision: D4681959 Pulled By: mkonicek fbshipit-source-id: 782d243bd92e51cbfcf83995fdcbb569fcb7bbc1 --- blog/2016-12-05-easier-upgrades.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/blog/2016-12-05-easier-upgrades.md b/blog/2016-12-05-easier-upgrades.md index 65066f7ca..955bd6f21 100644 --- a/blog/2016-12-05-easier-upgrades.md +++ b/blog/2016-12-05-easier-upgrades.md @@ -112,12 +112,6 @@ Upgrading based on Git is a big improvement in developer experience and it is im One more reason is the recent [Yeoman wipeout](https://twitter.com/martinkonicek/status/800730190141857793) by Martin Konicek. We didn't want to get these Yeoman dependencies back into the `react-native` package to be able to evaluate the old template in order to create the patch. -## Looking ahead - -The logic behind `react-native-git-upgrade` described above is going to power the standard `react-native upgrade` starting with React Native version 0.40.0. - -This means that if you are upgrading __from version 0.40.0 or higher__, you will be able to simply run `react-native upgrade` in your project without having to install anything globally. The `react-native-git-upgrade` is provided so anyone can enjoy this improved experience today while using older versions of React Native. - ## Try it out and provide feedback As a conclusion, I would say, enjoy the feature and feel free [to suggest improvements, report issues](https://github.com/facebook/react-native/issues) and especially [send pull requests](https://github.com/facebook/react-native/pulls). Each environment is a bit different and each React Native project is different, and we need your feedback to make this work well for everyone.