react-native/react-native-git-upgrade
Martin Konicek 682f540b41 Git upgrade: add a README
Reviewed By: mkonicek

Differential Revision:
D4276245
Ninja: OSS docs only

fbshipit-source-id: b7a7561932e3209dc34322f12a512eb5724791c3
2016-12-05 03:13:31 -08:00
..
2016-11-28 08:28:35 -08:00
2016-12-02 00:13:32 -08:00
2016-12-05 03:13:31 -08:00
2016-12-02 00:13:32 -08:00

React Native Git Upgrade

This tool make upgrading your apps to a new version of React Native easier than the stock react-native upgrade command.

It uses Git under the hood to automatically resolve merge conflicts in project templates (native iOS and Android files, .flowconfig etc.). These conflicts happen when a new React Native version introduces changes to those files and you have local changes in those files too, which is quite common situation.

Usage

See the Upgrading docs on the React Native website.