Skip to content

Commit 35acd24

Browse files
authored
fix(windows): declare support for 0.80 (#2589)
1 parent 476a5d4 commit 35acd24

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

example/windows/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ packages/
2424

2525
**/Generated Files/**
2626
*.binlog
27+
*.err
2728
*.hprof
2829
*.sln
30+
*.wrn
2931
ExperimentalFeatures.props
3032
NuGet.Config
3133
dist/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"react": "18.2 - 19.1",
105105
"react-native": "0.76 - 0.82 || >=0.83.0-0 <0.83.0",
106106
"react-native-macos": "^0.0.0-0 || 0.76 - 0.79",
107-
"react-native-windows": "^0.0.0-0 || 0.76 - 0.79"
107+
"react-native-windows": "^0.0.0-0 || 0.76 - 0.80"
108108
},
109109
"peerDependenciesMeta": {
110110
"@callstack/react-native-visionos": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12360,7 +12360,7 @@ __metadata:
1236012360
react: 18.2 - 19.1
1236112361
react-native: 0.76 - 0.82 || >=0.83.0-0 <0.83.0
1236212362
react-native-macos: ^0.0.0-0 || 0.76 - 0.79
12363-
react-native-windows: ^0.0.0-0 || 0.76 - 0.79
12363+
react-native-windows: ^0.0.0-0 || 0.76 - 0.80
1236412364
peerDependenciesMeta:
1236512365
"@callstack/react-native-visionos":
1236612366
optional: true

0 commit comments

Comments
 (0)