diff --git a/example/windows/.gitignore b/example/windows/.gitignore index fb81ae232..e6a6cc406 100644 --- a/example/windows/.gitignore +++ b/example/windows/.gitignore @@ -24,8 +24,10 @@ packages/ **/Generated Files/** *.binlog +*.err *.hprof *.sln +*.wrn ExperimentalFeatures.props NuGet.Config dist/ diff --git a/package.json b/package.json index 10eb72660..54f52d895 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react": "18.2 - 19.1", "react-native": "0.76 - 0.82 || >=0.83.0-0 <0.83.0", "react-native-macos": "^0.0.0-0 || 0.76 - 0.79", - "react-native-windows": "^0.0.0-0 || 0.76 - 0.79" + "react-native-windows": "^0.0.0-0 || 0.76 - 0.80" }, "peerDependenciesMeta": { "@callstack/react-native-visionos": { diff --git a/yarn.lock b/yarn.lock index 1980014e3..2ed8312ea 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12360,7 +12360,7 @@ __metadata: react: 18.2 - 19.1 react-native: 0.76 - 0.82 || >=0.83.0-0 <0.83.0 react-native-macos: ^0.0.0-0 || 0.76 - 0.79 - react-native-windows: ^0.0.0-0 || 0.76 - 0.79 + react-native-windows: ^0.0.0-0 || 0.76 - 0.80 peerDependenciesMeta: "@callstack/react-native-visionos": optional: true