Git upgrade: Tweak wording
Reviewed By: mkonicek Differential Revision: D4276739 Ninja: OSS fbshipit-source-id: 7480a3ee77ed8f6ab0d35f92b43a806bfe29a151
This commit is contained in:
parent
4ba4d45e30
commit
6320637e22
|
@ -2,13 +2,13 @@
|
|||
|
||||
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 situation.
|
||||
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](http://facebook.github.io/react-native/releases/next/docs/upgrading.html) on the React Native website.
|
||||
|
||||
Simplest use case:
|
||||
Basic usage:
|
||||
|
||||
```
|
||||
$ npm install -g react-native-git-upgrade
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "react-native-git-upgrade",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.3",
|
||||
"license": "BSD-3-Clause",
|
||||
"description": "The React Native upgrade tool",
|
||||
"main": "cli.js",
|
||||
|
|
Loading…
Reference in New Issue