Skip to content

Commit 855c61d

Browse files
committed
fix: declare support for 0.76
1 parent 54fe187 commit 855c61d

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
@@ -100,7 +100,7 @@
100100
"@callstack/react-native-visionos": "0.73 - 0.75",
101101
"@expo/config-plugins": ">=5.0",
102102
"react": "17.0.1 - 19.0",
103-
"react-native": "0.66 - 0.75 || >=0.76.0-0 <0.76.0",
103+
"react-native": "0.66 - 0.76 || >=0.77.0-0 <0.77.0",
104104
"react-native-macos": "^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75",
105105
"react-native-windows": "^0.0.0-0 || 0.66 - 0.75"
106106
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12352,7 +12352,7 @@ __metadata:
1235212352
"@callstack/react-native-visionos": 0.73 - 0.75
1235312353
"@expo/config-plugins": ">=5.0"
1235412354
react: 17.0.1 - 19.0
12355-
react-native: 0.66 - 0.75 || >=0.76.0-0 <0.76.0
12355+
react-native: 0.66 - 0.76 || >=0.77.0-0 <0.77.0
1235612356
react-native-macos: ^0.0.0-0 || 0.66 || 0.68 || 0.71 - 0.75
1235712357
react-native-windows: ^0.0.0-0 || 0.66 - 0.75
1235812358
peerDependenciesMeta:

0 commit comments

Comments
 (0)