mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Git upgrade: add a README
Reviewed By: mkonicek Differential Revision: D4276245 Ninja: OSS docs only fbshipit-source-id: b7a7561932e3209dc34322f12a512eb5724791c3
This commit is contained in:
committed by
Facebook Github Bot
parent
b8708edf0f
commit
682f540b41
9
react-native-git-upgrade/README.md
Normal file
9
react-native-git-upgrade/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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](http://facebook.github.io/react-native/releases/next/docs/upgrading.html) on the React Native website.
|
||||
Reference in New Issue
Block a user