react-native/react-native-git-upgrade
Martin Konicek 6320637e22 Git upgrade: Tweak wording
Reviewed By: mkonicek

Differential Revision:
D4276739
Ninja: OSS

fbshipit-source-id: 7480a3ee77ed8f6ab0d35f92b43a806bfe29a151
2016-12-12 11:37:07 +00:00
..
README.md Git upgrade: Tweak wording 2016-12-12 11:37:07 +00:00
checks.js Fix the parse error when specifying an unknown version. 2016-12-12 11:36:38 +00:00
cli.js New upgrading process, relying on Git 2016-11-28 08:28:35 -08:00
cliEntry.js Fix the parse error when specifying an unknown version. 2016-12-12 11:36:38 +00:00
index.js Use Yarn if available 2016-12-12 11:36:37 +00:00
package.json Git upgrade: Tweak wording 2016-12-12 11:37:07 +00:00
yarn.js Git upgrade: Tweak README, bump version, fix a bug 2016-12-12 11:36:39 +00:00

README.md

React Native Git Upgrade

This tool makes 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.

Usage

See the Upgrading docs on the React Native website.

Basic usage:

$ npm install -g react-native-git-upgrade
$ cd MyReactNativeApp
$ react-native-git-upgrade