diff --git a/releases/next/docs/upgrading.html b/releases/next/docs/upgrading.html index 2cf77c96686..dbedfd267bb 100644 --- a/releases/next/docs/upgrading.html +++ b/releases/next/docs/upgrading.html @@ -2,7 +2,7 @@ and other goodies. Because React Native projects are essentially made up of an Android project, an iOS project and a JavaScript project, all combined under an npm package, upgrading can be rather tricky. But we try to make it easy for you. Here's what you need to do to upgrade from an older -version of React Native:
react-native dependency #Note the latest version of the react-native npm package from here (or use npm info react-native to check):
Now install that version of react-native in your project with npm install --save. For example, to upgrade to the version 0.18, in a terminal run:
The new npm package will likely contain updates to the files that are normally generated when you +version of React Native:
react-native dependency #Note the latest version of the react-native npm package from here (or use npm info react-native to check):
Now install that version of react-native in your project with npm install --save. For example, to upgrade to the version 0.26, in a terminal run:
The new npm package will likely contain updates to the files that are normally generated when you
run react-native init, like the iOS and the Android sub-projects. To get these latest changes,
run this in a terminal:
This will check your files against the latest template and perform the following: