Skip to content

Commit 2290e0d

Browse files
committed
fix: declare support for 0.86
1 parent 5301409 commit 2290e0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@callstack/react-native-visionos": "0.76 - 0.79",
124124
"@expo/config-plugins": ">=5.0",
125125
"react": "18.2 - 19.2",
126-
"react-native": "0.76 - 0.85 || >=0.85.0-0 <0.86.0",
126+
"react-native": "0.76 - 0.86 || >=0.86.0-0 <0.87.0",
127127
"react-native-macos": "^0.0.0-0 || 0.76 - 0.81",
128128
"react-native-windows": "^0.0.0-0 || 0.76 - 0.82"
129129
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13028,7 +13028,7 @@ __metadata:
1302813028
"@callstack/react-native-visionos": 0.76 - 0.79
1302913029
"@expo/config-plugins": ">=5.0"
1303013030
react: 18.2 - 19.2
13031-
react-native: 0.76 - 0.85 || >=0.85.0-0 <0.86.0
13031+
react-native: 0.76 - 0.86 || >=0.86.0-0 <0.87.0
1303213032
react-native-macos: ^0.0.0-0 || 0.76 - 0.81
1303313033
react-native-windows: ^0.0.0-0 || 0.76 - 0.82
1303413034
peerDependenciesMeta:

0 commit comments

Comments
 (0)