Skip to content

Commit 8eb4fce

Browse files
committed
fix: declare support for 0.83
1 parent 115f98e commit 8eb4fce

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
@@ -102,7 +102,7 @@
102102
"@callstack/react-native-visionos": "0.76 - 0.79",
103103
"@expo/config-plugins": ">=5.0",
104104
"react": "18.2 - 19.1",
105-
"react-native": "0.76 - 0.82 || >=0.83.0-0 <0.83.0",
105+
"react-native": "0.76 - 0.83 || >=0.83.0-0 <0.84.0",
106106
"react-native-macos": "^0.0.0-0 || 0.76 - 0.79",
107107
"react-native-windows": "^0.0.0-0 || 0.76 - 0.80"
108108
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12358,7 +12358,7 @@ __metadata:
1235812358
"@callstack/react-native-visionos": 0.76 - 0.79
1235912359
"@expo/config-plugins": ">=5.0"
1236012360
react: 18.2 - 19.1
12361-
react-native: 0.76 - 0.82 || >=0.83.0-0 <0.83.0
12361+
react-native: 0.76 - 0.83 || >=0.83.0-0 <0.84.0
1236212362
react-native-macos: ^0.0.0-0 || 0.76 - 0.79
1236312363
react-native-windows: ^0.0.0-0 || 0.76 - 0.80
1236412364
peerDependenciesMeta:

0 commit comments

Comments
 (0)