Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions .github/ISSUE_TEMPLATE/new_react-native_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 3 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
1 change: 0 additions & 1 deletion scripts/testing/test-apple.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading