Skip to content

Commit 8328123

Browse files
committed
fix: declare support for 0.78
1 parent bdd9e16 commit 8328123

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.77",
102102
"@expo/config-plugins": ">=5.0",
103103
"react": "18.1 - 19.0",
104-
"react-native": "0.70 - 0.77 || >=0.78.0-0 <0.78.0",
104+
"react-native": "0.70 - 0.78 || >=0.79.0-0 <0.79.0",
105105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.76",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.76"
107107
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12034,7 +12034,7 @@ __metadata:
1203412034
"@callstack/react-native-visionos": 0.73 - 0.77
1203512035
"@expo/config-plugins": ">=5.0"
1203612036
react: 18.1 - 19.0
12037-
react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0
12037+
react-native: 0.70 - 0.78 || >=0.79.0-0 <0.79.0
1203812038
react-native-macos: ^0.0.0-0 || 0.71 - 0.76
1203912039
react-native-windows: ^0.0.0-0 || 0.70 - 0.76
1204012040
peerDependenciesMeta:

0 commit comments

Comments
 (0)