Skip to content

Commit

Permalink
Update 2016-12-05-easier-upgrades.md
Browse files Browse the repository at this point in the history
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 facebook#12758

Differential Revision: D4681959

Pulled By: mkonicek

fbshipit-source-id: 782d243bd92e51cbfcf83995fdcbb569fcb7bbc1
  • Loading branch information
sunnylqm authored and facebook-github-bot committed Mar 9, 2017
1 parent a94d14c commit 0429b6b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blog/2016-12-05-easier-upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0429b6b

Please sign in to comment.