Skip to content

Commit eb10bdb

Browse files
authored
fix(macos): declare support for 0.79 (#2552)
1 parent 655b5d6 commit eb10bdb

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
@@ -102,7 +102,7 @@
102102
"@expo/config-plugins": ">=5.0",
103103
"react": "18.1 - 19.1",
104104
"react-native": "0.70 - 0.81 || >=0.82.0-0 <0.82.0",
105-
"react-native-macos": "^0.0.0-0 || 0.71 - 0.78",
105+
"react-native-macos": "^0.0.0-0 || 0.71 - 0.79",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.79"
107107
},
108108
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12459,7 +12459,7 @@ __metadata:
1245912459
"@expo/config-plugins": ">=5.0"
1246012460
react: 18.1 - 19.1
1246112461
react-native: 0.70 - 0.81 || >=0.82.0-0 <0.82.0
12462-
react-native-macos: ^0.0.0-0 || 0.71 - 0.78
12462+
react-native-macos: ^0.0.0-0 || 0.71 - 0.79
1246312463
react-native-windows: ^0.0.0-0 || 0.70 - 0.79
1246412464
peerDependenciesMeta:
1246512465
"@callstack/react-native-visionos":

0 commit comments

Comments
 (0)