Skip to content

Commit

Permalink
fix(web-storage): fix build errors when targeting RNW canaries (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Apr 2, 2024
1 parent 7d12587 commit b6610b5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-stingrays-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-native-webapis/web-storage": patch
---

Fixed build errors when targeting canary builds of `react-native-windows`
14 changes: 14 additions & 0 deletions incubator/@react-native-webapis/web-storage/windows/NuGet.Config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<config>
<add key="repositoryPath" value="packages" />
</config>
<packageSources>
<clear />
<add key="react-native" value="https://pkgs.dev.azure.com/ms/react-native/_packaging/react-native-public/nuget/v3/index.json" />
<add key="Nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

0 comments on commit b6610b5

Please sign in to comment.