react-native-git-upgrade

0.2.7 • Public • Published

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

Dependencies (11)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-git-upgrade

    Weekly Downloads

    194

    Version

    0.2.7

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • mkonicek
    • ncuillery