Skip to content

Commit 50a2155

Browse files
authored
fix: declare support for react-native-macos/-windows 0.78 (#2439)
1 parent e7bf7d7 commit 50a2155

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@
102102
"@expo/config-plugins": ">=5.0",
103103
"react": "18.1 - 19.0",
104104
"react-native": "0.70 - 0.79 || >=0.80.0-0 <0.80.0",
105-
"react-native-macos": "^0.0.0-0 || 0.71 - 0.77",
106-
"react-native-windows": "^0.0.0-0 || 0.70 - 0.77"
105+
"react-native-macos": "^0.0.0-0 || 0.71 - 0.78",
106+
"react-native-windows": "^0.0.0-0 || 0.70 - 0.78"
107107
},
108108
"peerDependenciesMeta": {
109109
"@callstack/react-native-visionos": {

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12526,8 +12526,8 @@ __metadata:
1252612526
"@expo/config-plugins": ">=5.0"
1252712527
react: 18.1 - 19.0
1252812528
react-native: 0.70 - 0.79 || >=0.80.0-0 <0.80.0
12529-
react-native-macos: ^0.0.0-0 || 0.71 - 0.77
12530-
react-native-windows: ^0.0.0-0 || 0.70 - 0.77
12529+
react-native-macos: ^0.0.0-0 || 0.71 - 0.78
12530+
react-native-windows: ^0.0.0-0 || 0.70 - 0.78
1253112531
peerDependenciesMeta:
1253212532
"@callstack/react-native-visionos":
1253312533
optional: true

0 commit comments

Comments
 (0)