Skip to content

Commit 51a5f3b

Browse files
committed
fix: declare support for 0.80
1 parent 6b69319 commit 51a5f3b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,9 @@ If the test script succeeds, we are ready to open a PR:
260260
| Configuration | JSC | Hermes | Fabric | Fabric + Hermes |
261261
| :------------ | :--: | :----: | :----: | :-------------: |
262262
| Android | n/a | TODO | n/a | TODO |
263-
| iOS | TODO | TODO | TODO | TODO |
264-
| macOS | TODO | TODO | TODO | TODO |
265-
| visionOS | TODO | TODO | TODO | TODO |
263+
| iOS | n/a | TODO | n/a | TODO |
264+
| macOS | n/a | TODO | n/a | TODO |
265+
| visionOS | n/a | TODO | n/a | TODO |
266266
| Windows | n/a | TODO | n/a | TODO |
267267
```
268268

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.78",
102102
"@expo/config-plugins": ">=5.0",
103103
"react": "18.1 - 19.1",
104-
"react-native": "0.70 - 0.79 || >=0.80.0-0 <0.80.0",
104+
"react-native": "0.70 - 0.80 || >=0.81.0-0 <0.81.0",
105105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.78",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.78"
107107
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12153,7 +12153,7 @@ __metadata:
1215312153
"@callstack/react-native-visionos": 0.73 - 0.78
1215412154
"@expo/config-plugins": ">=5.0"
1215512155
react: 18.1 - 19.1
12156-
react-native: 0.70 - 0.79 || >=0.80.0-0 <0.80.0
12156+
react-native: 0.70 - 0.80 || >=0.81.0-0 <0.81.0
1215712157
react-native-macos: ^0.0.0-0 || 0.71 - 0.78
1215812158
react-native-windows: ^0.0.0-0 || 0.70 - 0.78
1215912159
peerDependenciesMeta:

0 commit comments

Comments
 (0)