From 682f540b4134170a6104c3ba72b3c7ff10eeba33 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 5 Dec 2016 03:10:40 -0800 Subject: [PATCH] Git upgrade: add a README Reviewed By: mkonicek Differential Revision: D4276245 Ninja: OSS docs only fbshipit-source-id: b7a7561932e3209dc34322f12a512eb5724791c3 --- react-native-git-upgrade/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 react-native-git-upgrade/README.md diff --git a/react-native-git-upgrade/README.md b/react-native-git-upgrade/README.md new file mode 100644 index 000000000..6ddbe4251 --- /dev/null +++ b/react-native-git-upgrade/README.md @@ -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.