mirror of
https://github.com/status-im/react-native.git
synced 2025-02-22 14:18:23 +00:00
Summary: Fix #20991 - use name from `app.json` if available, instead of using `package.json`. Pull Request resolved: https://github.com/facebook/react-native/pull/20992 Differential Revision: D13422928 Pulled By: hramos fbshipit-source-id: 72dd07e82a366439f663508b07c1de5ca59b9dbf
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