Skip to content

Commit e16c1af

Browse files
committed
fix: declare support for 0.83
1 parent e09fa77 commit e16c1af

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
@@ -12349,7 +12349,7 @@ __metadata:
1234912349
"@callstack/react-native-visionos": 0.76 - 0.79
1235012350
"@expo/config-plugins": ">=5.0"
1235112351
react: 18.2 - 19.1
12352-
react-native: 0.76 - 0.82 || >=0.83.0-0 <0.83.0
12352+
react-native: 0.76 - 0.83 || >=0.83.0-0 <0.84.0
1235312353
react-native-macos: ^0.0.0-0 || 0.76 - 0.79
1235412354
react-native-windows: ^0.0.0-0 || 0.76 - 0.80
1235512355
peerDependenciesMeta:

0 commit comments

Comments
 (0)