System Requirements · React Native for Windows + macOS (original) (raw)

You can only develop React Native for Windows app on Windows. You can run React Native for Windows apps only on:

To develop React-Native for Windows apps, you need to install several dependencies.

Install the development dependencies

To check or install dependencies, run the script rnw-dependencies.ps1 in an elevated PowerShell window.

**Run this command:**Start an elevated PowerShell window and run:

Set-ExecutionPolicy Unrestricted -Scope Process -Force;
iex (New-Object System.Net.WebClient).DownloadString('https://aka.ms/rnw-vs2022-deps.ps1');

Manual setup instructions

The recommended way is to use the script above as the information in this manual section is likely to get out of date

Alternatively, you can setup your environment manually:

Options to install Node.js separately:

choco install nodejs-lts

Optional steps that are highly recommended:

Troubleshooting