Skip to content

Commit ee50d0d

Browse files
committed
fix: declare support for 0.80
1 parent f26cf96 commit ee50d0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"@callstack/react-native-visionos": "0.73 - 0.78",
102102
"@expo/config-plugins": ">=5.0",
103103
"react": "18.1 - 19.1",
104-
"react-native": "0.70 - 0.79 || >=0.80.0-0 <0.80.0",
104+
"react-native": "0.70 - 0.80 || >=0.81.0-0 <0.81.0",
105105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.78",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.78"
107107
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12218,7 +12218,7 @@ __metadata:
1221812218
"@callstack/react-native-visionos": 0.73 - 0.78
1221912219
"@expo/config-plugins": ">=5.0"
1222012220
react: 18.1 - 19.1
12221-
react-native: 0.70 - 0.79 || >=0.80.0-0 <0.80.0
12221+
react-native: 0.70 - 0.80 || >=0.81.0-0 <0.81.0
1222212222
react-native-macos: ^0.0.0-0 || 0.71 - 0.78
1222312223
react-native-windows: ^0.0.0-0 || 0.70 - 0.78
1222412224
peerDependenciesMeta:

0 commit comments

Comments
 (0)