Skip to content

Commit 2df7f20

Browse files
committed
fix: declare support for 0.80
1 parent 6b69319 commit 2df7f20

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,13 @@ If the test script succeeds, we are ready to open a PR:
257257
- The test script we ran should have generated screenshots for the table
258258

259259
```markdown
260-
| Configuration | JSC | Hermes | Fabric | Fabric + Hermes |
261-
| :------------ | :--: | :----: | :----: | :-------------: |
262-
| 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 |
266-
| Windows | n/a | TODO | n/a | TODO |
260+
| Configuration | JSC | Hermes | Fabric | Fabric + Hermes |
261+
| :------------ | :-: | :----: | :----: | :-------------: |
262+
| Android | n/a | TODO | n/a | 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 |
266+
| Windows | n/a | TODO | n/a | TODO |
267267
```
268268

269269
While the PR is open:

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)