Skip to content

Commit d674dd1

Browse files
committed
fix(windows): declare support for 0.80
1 parent 476a5d4 commit d674dd1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.iml
22
*.log
33
*.tgz
4+
*.wrn
45
*.xcworkspace/
56
.DS_Store
67
.android-test-*

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)