Skip to content

Commit 21a133a

Browse files
committed
fix: declare support for 0.82
1 parent 9f4c4db commit 21a133a

File tree

4 files changed

+11
-16
lines changed

4 files changed

+11
-16
lines changed

.github/ISSUE_TEMPLATE/new_react-native_version.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ body:
4949
id: checklist
5050
attributes:
5151
label: End-to-end tests
52-
description: Leave these unchecked. Combinations of configurations that have been tested.
52+
description: Leave these unchecked. Platforms that have been tested.
5353
options:
54-
- label: "Android"
55-
- label: "iOS"
56-
- label: "macOS"
57-
- label: "visionOS"
58-
- label: "Windows - NuGet: disabled"
59-
- label: "Windows - NuGet: **enabled**"
54+
- label: Android
55+
- label: iOS
56+
- label: macOS
57+
- label: visionOS
58+
- label: Windows
6059
- type: checkboxes
6160
id: terms
6261
attributes:

CONTRIBUTING.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -257,13 +257,9 @@ 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 | 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 |
260+
| Android | iOS | macOS | visionOS | Windows |
261+
| :-----: | :--: | :---: | :------: | :-----: |
262+
| TODO | TODO | TODO | TODO | TODO |
267263
```
268264

269265
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.79",
102102
"@expo/config-plugins": ">=5.0",
103103
"react": "18.1 - 19.1",
104-
"react-native": "0.70 - 0.81 || >=0.82.0-0 <0.82.0",
104+
"react-native": "0.70 - 0.82 || >=0.83.0-0 <0.83.0",
105105
"react-native-macos": "^0.0.0-0 || 0.71 - 0.79",
106106
"react-native-windows": "^0.0.0-0 || 0.70 - 0.79"
107107
},

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12459,7 +12459,7 @@ __metadata:
1245912459
"@callstack/react-native-visionos": 0.73 - 0.79
1246012460
"@expo/config-plugins": ">=5.0"
1246112461
react: 18.1 - 19.1
12462-
react-native: 0.70 - 0.81 || >=0.82.0-0 <0.82.0
12462+
react-native: 0.70 - 0.82 || >=0.83.0-0 <0.83.0
1246312463
react-native-macos: ^0.0.0-0 || 0.71 - 0.79
1246412464
react-native-windows: ^0.0.0-0 || 0.70 - 0.79
1246512465
peerDependenciesMeta:

0 commit comments

Comments
 (0)