Skip to content

Commit f098218

Browse files
committed
fix: declare support for 0.78
1 parent ee56832 commit f098218

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.77",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.77"
107107
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12058,7 +12058,7 @@ __metadata:
1205812058
"@callstack/react-native-visionos": 0.73 - 0.77
1205912059
"@expo/config-plugins": ">=5.0"
1206012060
react: 18.1 - 19.0
12061-
react-native: 0.70 - 0.77 || >=0.78.0-0 <0.78.0
12061+
react-native: 0.70 - 0.78 || >=0.79.0-0 <0.79.0
1206212062
react-native-macos: ^0.0.0-0 || 0.71 - 0.77
1206312063
react-native-windows: ^0.0.0-0 || 0.70 - 0.77
1206412064
peerDependenciesMeta:

0 commit comments

Comments
 (0)