Git upgrade: add a README

Reviewed By: mkonicek

Differential Revision:
D4276245
Ninja: OSS docs only

fbshipit-source-id: b7a7561932e3209dc34322f12a512eb5724791c3
This commit is contained in:
Martin Konicek
2016-12-05 03:10:40 -08:00
committed by Facebook Github Bot
parent b8708edf0f
commit 682f540b41

View File

@@ -0,0 +1,9 @@
# 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](http://facebook.github.io/react-native/releases/next/docs/upgrading.html) on the React Native website.