Skip to content

Commit 6c9e45b

Browse files
authored
fix(macos): declare support for 0.76 (#2304)
1 parent f84b3d3 commit 6c9e45b

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
"@expo/config-plugins": ">=5.0",
102102
"react": "17.0.1 - 19.0",
103103
"react-native": "0.66 - 0.76 || >=0.77.0-0 <0.77.0",
104-
"react-native-macos": "^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75",
104+
"react-native-macos": "^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.76",
105105
"react-native-windows": "^0.0.0-0 || 0.66 - 0.76"
106106
},
107107
"peerDependenciesMeta": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12412,7 +12412,7 @@ __metadata:
1241212412
"@expo/config-plugins": ">=5.0"
1241312413
react: 17.0.1 - 19.0
1241412414
react-native: 0.66 - 0.76 || >=0.77.0-0 <0.77.0
12415-
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75
12415+
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.76
1241612416
react-native-windows: ^0.0.0-0 || 0.66 - 0.76
1241712417
peerDependenciesMeta:
1241812418
"@callstack/react-native-visionos":

0 commit comments

Comments
 (0)