Skip to content

Commit 9cac9f3

Browse files
authored
fix: declare support for 0.82 (#2557)
1 parent 7eeccc8 commit 9cac9f3

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
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
},

scripts/testing/test-apple.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ export function installPods({
6565
rm_r(`${platform}/Pods`);
6666
rm_r(`${platform}/build`);
6767

68-
process.env["RCT_USE_PREBUILT_RNCORE"] = "1";
6968
$("pod", "install", `--project-directory=${platform}`);
7069

7170
return Promise.resolve();

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12502,7 +12502,7 @@ __metadata:
1250212502
"@callstack/react-native-visionos": 0.73 - 0.79
1250312503
"@expo/config-plugins": ">=5.0"
1250412504
react: 18.1 - 19.1
12505-
react-native: 0.70 - 0.81 || >=0.82.0-0 <0.82.0
12505+
react-native: 0.70 - 0.82 || >=0.83.0-0 <0.83.0
1250612506
react-native-macos: ^0.0.0-0 || 0.71 - 0.79
1250712507
react-native-windows: ^0.0.0-0 || 0.70 - 0.79
1250812508
peerDependenciesMeta:

0 commit comments

Comments
 (0)