Skip to content

Commit 6714f73

Browse files
authored
fix: declare support for 0.80 (#2474)
1 parent 820acd9 commit 6714f73

File tree

9 files changed

+35
-35
lines changed

9 files changed

+35
-35
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:

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ PODS:
14821482
- React-logger (= 0.78.2)
14831483
- React-perflogger (= 0.78.2)
14841484
- React-utils (= 0.78.2)
1485-
- ReactNativeHost (0.5.8):
1485+
- ReactNativeHost (0.5.9):
14861486
- DoubleConversion
14871487
- glog
14881488
- RCT-Folly (= 2024.11.18.00)
@@ -1814,7 +1814,7 @@ SPEC CHECKSUMS:
18141814
ReactAppDependencyProvider: 4893bde33952f997a323eb1a1ee87a72764018ff
18151815
ReactCodegen: a99d9f9129c83cdd5c58dea8826d1b82ec528b93
18161816
ReactCommon: 5008bd981a06fe63176ef815f092685ffee8f7eb
1817-
ReactNativeHost: 9f5d82f9edc73c42ed09e949a19d2ef9cf5ac064
1817+
ReactNativeHost: 323566c74c9c5f06471a3920571aa8a34265d2cb
18181818
ReactTestApp-DevSupport: 2386e7c22084f8a550cfadcc0bde140c7dc328a1
18191819
ReactTestApp-Resources: 1bd9ff10e4c24f2ad87101a32023721ae923bccf
18201820
RNWWebStorage: cf4c36a41d7d31734b1a3424c70cb555e86801be

example/macos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ PODS:
14831483
- React-logger (= 0.78.3)
14841484
- React-perflogger (= 0.78.3)
14851485
- React-utils (= 0.78.3)
1486-
- ReactNativeHost (0.5.8):
1486+
- ReactNativeHost (0.5.9):
14871487
- DoubleConversion
14881488
- glog
14891489
- RCT-Folly (= 2024.11.18.00)
@@ -1814,7 +1814,7 @@ SPEC CHECKSUMS:
18141814
ReactAppDependencyProvider: a12262458b50521ba56afb93f4cc875732f9d643
18151815
ReactCodegen: 191e4a5cb0241651f2fcf21d79729c6465f0f905
18161816
ReactCommon: 0f22e3dd34a8215b8482778898f6e1e95572c498
1817-
ReactNativeHost: 9f5d82f9edc73c42ed09e949a19d2ef9cf5ac064
1817+
ReactNativeHost: 323566c74c9c5f06471a3920571aa8a34265d2cb
18181818
ReactTestApp-DevSupport: 2386e7c22084f8a550cfadcc0bde140c7dc328a1
18191819
ReactTestApp-Resources: 86136e1efe3aa7201759371c03dea3df77079b42
18201820
RNWWebStorage: cf4c36a41d7d31734b1a3424c70cb555e86801be

example/visionos/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,7 @@ PODS:
15361536
- React-logger (= 0.78.0)
15371537
- React-perflogger (= 0.78.0)
15381538
- React-utils (= 0.78.0)
1539-
- ReactNativeHost (0.5.8):
1539+
- ReactNativeHost (0.5.9):
15401540
- DoubleConversion
15411541
- glog
15421542
- RCT-Folly (= 2024.11.18.00)
@@ -1880,7 +1880,7 @@ SPEC CHECKSUMS:
18801880
ReactAppDependencyProvider: b0dbc9d44b4e45e2b2468df4a2f49fb51806224f
18811881
ReactCodegen: 4d719f75b156783b8fdf07fe4091a7f38bc52967
18821882
ReactCommon: a690d72c5df9a63d64a2444d5aad695c37554ea7
1883-
ReactNativeHost: 9f5d82f9edc73c42ed09e949a19d2ef9cf5ac064
1883+
ReactNativeHost: 323566c74c9c5f06471a3920571aa8a34265d2cb
18841884
ReactTestApp-DevSupport: 2386e7c22084f8a550cfadcc0bde140c7dc328a1
18851885
ReactTestApp-Resources: 2ad57492ef72ab9b2c6f6e89ea198cc1999ca20b
18861886
RNWWebStorage: cf4c36a41d7d31734b1a3424c70cb555e86801be

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,26 +69,26 @@
6969
"format:c": "clang-format -i $(git ls-files '*.cpp' '*.h' '*.m' '*.mm')",
7070
"format:js": "prettier --write --log-level error $(git ls-files '*.[cm][jt]s' '*.[jt]s' '*.tsx' '*.yml' '.github/*.json' 'CONTRIBUTING.md' 'README.md' 'nx.json' 'test/**/*.json' ':!:.yarn/releases')",
7171
"format:swift": "swiftformat $(git ls-files '*.swift')",
72-
"generate:code": "node --experimental-transform-types --no-warnings scripts/internal/generate-manifest.mts",
73-
"generate:docs": "node --experimental-transform-types --no-warnings scripts/internal/generate-manifest-docs.mts",
74-
"generate:schema": "node --experimental-transform-types --no-warnings scripts/internal/generate-schema.mts",
72+
"generate:code": "node --experimental-strip-types --no-warnings scripts/internal/generate-manifest.mts",
73+
"generate:docs": "node --experimental-strip-types --no-warnings scripts/internal/generate-manifest-docs.mts",
74+
"generate:schema": "node --experimental-strip-types --no-warnings scripts/internal/generate-schema.mts",
7575
"lint:commit": "git log --format='%s' origin/trunk..HEAD | tail -1 | npx @rnx-kit/[email protected]",
7676
"lint:js": "eslint $(git ls-files '*.[cm][jt]s' '*.[jt]s' '*.tsx' ':!:*.config.js' ':!:.yarn/releases') && tsc && tsc --project tsconfig.cjs.json",
7777
"lint:kt": "ktlint --relative 'android/app/src/**/*.kt'",
7878
"lint:rb": "bundle exec rubocop",
7979
"lint:swift": "swiftlint",
80-
"prepack": "node --experimental-transform-types --no-warnings scripts/internal/pack.mts pre",
81-
"postpack": "node --experimental-transform-types --no-warnings scripts/internal/pack.mts post",
82-
"release-notes": "node --experimental-transform-types --no-warnings scripts/internal/release-notes.mts",
83-
"set-react-version": "node --experimental-transform-types --no-warnings scripts/internal/set-react-version.mts",
84-
"show-affected": "node --experimental-transform-types --no-warnings scripts/build/affected.mts",
85-
"test": "node --experimental-transform-types --no-warnings scripts/internal/test.mts",
86-
"test:js": "node --experimental-transform-types --no-warnings --test $(git ls-files '*.test.ts')",
87-
"test:matrix": "node --experimental-transform-types --no-warnings scripts/testing/test-matrix.mts",
80+
"prepack": "node --experimental-strip-types --no-warnings scripts/internal/pack.mts pre",
81+
"postpack": "node --experimental-strip-types --no-warnings scripts/internal/pack.mts post",
82+
"release-notes": "node --experimental-strip-types --no-warnings scripts/internal/release-notes.mts",
83+
"set-react-version": "node --experimental-strip-types --no-warnings scripts/internal/set-react-version.mts",
84+
"show-affected": "node --experimental-strip-types --no-warnings scripts/build/affected.mts",
85+
"test": "node --experimental-strip-types --no-warnings scripts/internal/test.mts",
86+
"test:js": "node --experimental-strip-types --no-warnings --test $(git ls-files '*.test.ts')",
87+
"test:matrix": "node --experimental-strip-types --no-warnings scripts/testing/test-matrix.mts",
8888
"test:rb": "bundle exec ruby -Ilib:test -e \"Dir.glob('./test/test_*.rb').each { |file| require(file) }\""
8989
},
9090
"dependencies": {
91-
"@rnx-kit/react-native-host": "^0.5.8",
91+
"@rnx-kit/react-native-host": "^0.5.9",
9292
"@rnx-kit/tools-react-native": "^2.1.0",
9393
"ajv": "^8.0.0",
9494
"cliui": "^8.0.0",
@@ -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.79"
107107
},

scripts/internal/prepare-viewfinder.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S node --experimental-transform-types --no-warnings
1+
#!/usr/bin/env -S node --experimental-strip-types --no-warnings
22

33
import { spawnSync } from "node:child_process";
44
import * as path from "node:path";

scripts/internal/test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ switch (getTarget(input)) {
2424
break;
2525
case "typescript":
2626
testWith(process.argv0, [
27-
"--experimental-transform-types",
27+
"--experimental-strip-types",
2828
"--no-warnings",
2929
"--test",
3030
"--experimental-test-coverage",

scripts/testing/react-native.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env -S node --experimental-transform-types --no-warnings
1+
#!/usr/bin/env -S node --experimental-strip-types --no-warnings
22

33
import { spawnSync } from "node:child_process";
44

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3830,12 +3830,12 @@ __metadata:
38303830
languageName: node
38313831
linkType: hard
38323832

3833-
"@rnx-kit/react-native-host@npm:^0.5.8":
3834-
version: 0.5.8
3835-
resolution: "@rnx-kit/react-native-host@npm:0.5.8"
3833+
"@rnx-kit/react-native-host@npm:^0.5.9":
3834+
version: 0.5.9
3835+
resolution: "@rnx-kit/react-native-host@npm:0.5.9"
38363836
peerDependencies:
38373837
react-native: ">=0.66"
3838-
checksum: 10c0/7c8accf892cc78155e7748e121bfd5a670ebdd5816e679e9c19b4de86c7372277d47bbb438e57e80bd70c83da5e15fcea19d25f1ed7136e457cec7ac4301cb77
3838+
checksum: 10c0/a1533b25178b7b27bc0dc4e91bceb998f4b00e4982bd322b7686fe2d6207dd56684fe18f1e361973ad0097eda6d1dcbcb4822bd10464d85b3ffbce96a9493d87
38393839
languageName: node
38403840
linkType: hard
38413841

@@ -12119,7 +12119,7 @@ __metadata:
1211912119
"@react-native-community/cli": "npm:^15.0.1"
1212012120
"@react-native-community/template": "npm:^0.78.0"
1212112121
"@rnx-kit/eslint-plugin": "npm:^0.8.0"
12122-
"@rnx-kit/react-native-host": "npm:^0.5.8"
12122+
"@rnx-kit/react-native-host": "npm:^0.5.9"
1212312123
"@rnx-kit/tools-react-native": "npm:^2.1.0"
1212412124
"@rnx-kit/tsconfig": "npm:^2.0.0"
1212512125
"@swc-node/register": "npm:^1.10.0"
@@ -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.79
1215912159
peerDependenciesMeta:

0 commit comments

Comments
 (0)