React Native Windows with Visual Studio 2026 Insiders #15141
Replies: 1 comment
-
Hi! 👋 The error you’re seeing happens because the React Native CLI expects Visual Studio 17.11.x (or VS 2022) with MSBuild and VCTools installed. Right now, you have Visual Studio 2026 (Insiders), which isn’t recognized by the CLI yet. Here’s how to fix it: 1.Install Visual Studio 2022 (17.11.x) Community/Professional/Enterprise:
2.Keep VS 2026 Insiders if you want, but React Native CLI will only detect VS 2022 for building Windows apps. 3.After installing VS 2022, you can verify it with: 4.Then run: 💡 Tip: If you want to stay on VS 2026, you’ll need to wait until React Native Windows adds support for it, because the CLI currently searches for VS versions 17.11.x – 18.0 only. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There is a sample app using the latest version 0.80.0-preview.6 in an environment where Visual Studio 2022 is installed.
I installed Visual Studio 2026 Insiders in this environment and tried running the app I mentioned earlier.
When I ran it, it seemed like some tool was missing, and the following error occurred:
I'd like to know if there's a way to check what the problem is.
The environment is as follows:
Beta Was this translation helpful? Give feedback.
All reactions