From 31d702025737933bd71a90070ba5b69bb38e2cd7 Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:55:13 +0200 Subject: [PATCH] fix: declare support for 0.82 --- .github/ISSUE_TEMPLATE/new_react-native_version.yml | 13 ++++++------- CONTRIBUTING.md | 10 +++------- package.json | 2 +- scripts/testing/test-apple.mts | 1 - yarn.lock | 2 +- 5 files changed, 11 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/new_react-native_version.yml b/.github/ISSUE_TEMPLATE/new_react-native_version.yml index 38e2542b7..db93b541d 100644 --- a/.github/ISSUE_TEMPLATE/new_react-native_version.yml +++ b/.github/ISSUE_TEMPLATE/new_react-native_version.yml @@ -49,14 +49,13 @@ body: id: checklist attributes: label: End-to-end tests - description: Leave these unchecked. Combinations of configurations that have been tested. + description: Leave these unchecked. Platforms that have been tested. options: - - label: "Android" - - label: "iOS" - - label: "macOS" - - label: "visionOS" - - label: "Windows - NuGet: disabled" - - label: "Windows - NuGet: **enabled**" + - label: Android + - label: iOS + - label: macOS + - label: visionOS + - label: Windows - type: checkboxes id: terms attributes: diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ac68d5b69..412386d7b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -257,13 +257,9 @@ If the test script succeeds, we are ready to open a PR: - The test script we ran should have generated screenshots for the table ```markdown -| Configuration | JSC | Hermes | Fabric | Fabric + Hermes | -| :------------ | :-: | :----: | :----: | :-------------: | -| Android | n/a | TODO | n/a | TODO | -| iOS | n/a | TODO | n/a | TODO | -| macOS | n/a | TODO | n/a | TODO | -| visionOS | n/a | TODO | n/a | TODO | -| Windows | n/a | TODO | n/a | TODO | +| Android | iOS | macOS | visionOS | Windows | +| :-----: | :--: | :---: | :------: | :-----: | +| TODO | TODO | TODO | TODO | TODO | ``` While the PR is open: diff --git a/package.json b/package.json index a9bd92776..33f6dd138 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "@callstack/react-native-visionos": "0.73 - 0.79", "@expo/config-plugins": ">=5.0", "react": "18.1 - 19.1", - "react-native": "0.70 - 0.81 || >=0.82.0-0 <0.82.0", + "react-native": "0.70 - 0.82 || >=0.83.0-0 <0.83.0", "react-native-macos": "^0.0.0-0 || 0.71 - 0.79", "react-native-windows": "^0.0.0-0 || 0.70 - 0.79" }, diff --git a/scripts/testing/test-apple.mts b/scripts/testing/test-apple.mts index e3d49b01a..414e50341 100644 --- a/scripts/testing/test-apple.mts +++ b/scripts/testing/test-apple.mts @@ -65,7 +65,6 @@ export function installPods({ rm_r(`${platform}/Pods`); rm_r(`${platform}/build`); - process.env["RCT_USE_PREBUILT_RNCORE"] = "1"; $("pod", "install", `--project-directory=${platform}`); return Promise.resolve(); diff --git a/yarn.lock b/yarn.lock index 8a4f5f679..e73bb5bae 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12502,7 +12502,7 @@ __metadata: "@callstack/react-native-visionos": 0.73 - 0.79 "@expo/config-plugins": ">=5.0" react: 18.1 - 19.1 - react-native: 0.70 - 0.81 || >=0.82.0-0 <0.82.0 + react-native: 0.70 - 0.82 || >=0.83.0-0 <0.83.0 react-native-macos: ^0.0.0-0 || 0.71 - 0.79 react-native-windows: ^0.0.0-0 || 0.70 - 0.79 peerDependenciesMeta: