mirror of
https://github.com/status-im/react-native.git
synced 2025-02-13 18:06:37 +00:00
Reviewed By: mkonicek Differential Revision: D4276245 Ninja: OSS docs only fbshipit-source-id: b7a7561932e3209dc34322f12a512eb5724791c3
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 on the React Native website.