Skip to content

Commit e0e8b56

Browse files
authored
fix(visionos): declare support for 0.79 (#2556)
1 parent 819f59a commit e0e8b56

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
@@ -98,7 +98,7 @@
9898
"uuid": "^11.0.0"
9999
},
100100
"peerDependencies": {
101-
"@callstack/react-native-visionos": "0.73 - 0.78",
101+
"@callstack/react-native-visionos": "0.73 - 0.79",
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",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12455,7 +12455,7 @@ __metadata:
1245512455
typescript: "npm:^5.0.0"
1245612456
uuid: "npm:^11.0.0"
1245712457
peerDependencies:
12458-
"@callstack/react-native-visionos": 0.73 - 0.78
12458+
"@callstack/react-native-visionos": 0.73 - 0.79
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

0 commit comments

Comments
 (0)