diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html index a1bd919a290..16de3da5f63 100644 --- a/releases/next/docs/getting-started.html +++ b/releases/next/docs/getting-started.html @@ -63,7 +63,7 @@ changes in the filesystem. It is highly recommended you install it for better pe
We recommend installing Node.js and Python2 via Chocolatey, a popular package manager for Windows. Open a Command Prompt as Administrator, then run:
You can find additional installation options on Node.js's Downloads page.
Node.js comes with npm, which lets you install the React Native command line interface.
Node.js comes with npm, which lets you install the React Native command line interface.
Run the following command in a Terminal:
Node.js comes with npm, which lets you install the React Native command line interface.
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.
The new npm package may 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:
If you saw a warning about the peerDependency, also upgrade react by running:
The new npm package may contain updates to the files that are normally generated when you
run react-native init, like the iOS and the Android sub-projects.
You may consult rn-diff to see if there were changes in the project template files. In case there weren't any, simply rebuild the project and continue developing. In case of minor changes, you may update your project manually and rebuild.
If there were major changes, run this in a terminal to get these:
This will check your files against the latest template and perform the following: