microsoft / microsoft/react-native-windows

NuGet packages are missing for 0.81.3

Open
#15,608 11 comments 2 reactions 2 assignees View on GitHub

@sreehari-rajan is already working on this.

Since Feb 10, 2026.

bug
Dominant language
C++
Stars
17.3k
Forks
1.2k
Avg merge
1d 13h
Merged PRs (30d)
33

Description

Problem Description

It seems that 0.81.3 has been published in npm two days ago, but there is no such NuGet package:
https://www.nuget.org/packages/Microsoft.ReactNative#versions-body-tab

This causes builds to fail:

error NU1103: Unable to find a stable package Microsoft.ReactNative with version (>= 0.81.3)
error NU1103: Unable to find a stable package Microsoft.ReactNative.Cxx with version (>= 0.81.3)
Steps To Reproduce

Add react-native-windows to a new project:

  1. npm add react-native-windows@^0.81.0
  2. npx react-native init-windows --overwrite
  3. npx @react-native-community/cli run-windows
Expected Results

Project should build

CLI version

17.0.0

Environment
System:
  OS: Windows 11 10.0.22631
  CPU: "(24) x64 AMD Ryzen 9 5900X 12-Core Processor            "
  Memory: 16.24 GB / 31.91 GB
Binaries:
  Node:
    version: 22.18.0
    path: C:\Program Files\nodejs\node.EXE
  Yarn: Not Found
  npm:
    version: 10.9.3
    path: C:\Program Files\nodejs\npm.CMD
  Watchman: Not Found
SDKs:
  Android SDK: Not Found
  Windows SDK:
    AllowDevelopmentWithoutDevLicense: Enabled
    AllowAllTrustedApps: Enabled
    Versions:
      - 10.0.19041.0
      - 10.0.22621.0
      - 10.0.26100.0
IDEs:
  Android Studio: Not Found
  Visual Studio:
    - 17.14.36915.13 (Visual Studio Community 2022)
Languages:
  Java: Not Found
  Ruby:
    version: 3.0.2
    path: C:\Ruby30-x64\bin\ruby.EXE
npmPackages:
  "@react-native-community/cli": Not Found
  react:
    installed: 19.1.0
    wanted: 19.1.0
  react-native:
    installed: 0.81.5
    wanted: 0.81.5
  react-native-windows:
    installed: 0.81.2
    wanted: 0.81.2
npmGlobalPackages:
  "*react-native*": Not Found
Android:
  hermesEnabled: Not found
  newArchEnabled: Not found
iOS:
  hermesEnabled: Not found
  newArchEnabled: Not found

info React Native v0.83.0 is now available (your project is running on v0.81.5).
info Changelog: https://github.com/facebook/react-native/releases/tag/v0.83.0
info Diff: https://react-native-community.github.io/upgrade-helper/?from=0.81.5&to=0.83.0
info For more info, check out "https://reactnative.dev/docs/upgrading?os=windows".
Community Modules

No response

Target React Native Architecture

None

Target Platform Version

None

Visual Studio Version

None

Build Configuration

None

Snack, code example, screenshot, or link to a repository

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.