react-native/react-native-git-upgrade
Ignacio Olaciregui 2c3f807ace Fix no shadow warnings (#22190)
Summary:
Fixes `no-shadow` eslint errors.
Pull Request resolved: https://github.com/facebook/react-native/pull/22190

Differential Revision: D13564238

Pulled By: cpojer

fbshipit-source-id: 96ba36b397088fa406e8f5781b1538a0b6804a8d
2019-01-01 17:13:15 -08:00
..
README.md Fix documentation links 2018-01-09 15:46:47 -08:00
checks.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
cli.js Remove references to `local-cli` 2018-12-07 07:49:18 -08:00
cliEntry.js Fix no shadow warnings (#22190) 2019-01-01 17:13:15 -08:00
index.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07:00
package.json Update to MIT license 2018-02-16 18:31:53 -08:00
yarn.js Update copyright headers to yearless format 2018-09-11 15:33:07 -07: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