Skip to content

Commit cfd0ad0

Browse files
committed
[TEMP] temporairly use visionos script to start the packager
1 parent 6aa95e8 commit cfd0ad0

File tree

3 files changed

+168
-3
lines changed

3 files changed

+168
-3
lines changed

packages/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@
9595
"@jest/create-cache-key-function": "^29.6.3",
9696
"@react-native-community/cli": "13.5.1",
9797
"@react-native-community/cli-platform-android": "13.5.1",
98-
"@react-native-community/cli-platform-ios": "13.5.1",
9998
"@react-native-community/cli-platform-apple": "13.5.1",
99+
"@react-native-community/cli-platform-ios": "13.5.1",
100100
"@react-native/assets-registry": "0.73.1",
101-
"@react-native/community-cli-plugin": "0.73.16",
102101
"@react-native/codegen": "0.73.3",
102+
"@react-native/community-cli-plugin": "0.74.0-nightly-20240131-82e9a5e4f",
103103
"@react-native/gradle-plugin": "0.73.4",
104104
"@react-native/js-polyfills": "0.73.1",
105105
"@react-native/normalize-colors": "0.73.2",

packages/react-native/template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ios": "react-native run-ios",
88
"visionos": "react-native run-visionos",
99
"lint": "eslint .",
10-
"start": "react-native start",
10+
"start": "npx @callstack/react-native-visionos start",
1111
"test": "jest"
1212
},
1313
"dependencies": {

yarn.lock

Lines changed: 165 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,14 @@
502502
"@babel/helper-plugin-utils" "^7.18.6"
503503
"@babel/plugin-syntax-json-strings" "^7.8.3"
504504

505+
"@babel/plugin-proposal-logical-assignment-operators@^7.18.0":
506+
version "7.20.7"
507+
resolved "http://localhost:4873/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz#dfbcaa8f7b4d37b51e8bfb46d94a5aea2bb89d83"
508+
integrity sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==
509+
dependencies:
510+
"@babel/helper-plugin-utils" "^7.20.2"
511+
"@babel/plugin-syntax-logical-assignment-operators" "^7.10.4"
512+
505513
"@babel/plugin-proposal-logical-assignment-operators@^7.18.9":
506514
version "7.18.9"
507515
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz#8148cbb350483bf6220af06fa6db3690e14b2e23"
@@ -2560,6 +2568,138 @@
25602568
prompts "^2.4.2"
25612569
semver "^7.5.2"
25622570

2571+
"@react-native/[email protected]":
2572+
version "0.74.0-nightly-20240131-82e9a5e4f"
2573+
resolved "http://localhost:4873/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.74.0-nightly-20240131-82e9a5e4f.tgz#f20353b0cb37dc1f2659887f17062015aa872aca"
2574+
integrity sha512-eXYPADEDd5s5Ei5b+vZpFeiAdKCHNc3/jrwjNy0Jkt+N5I4k2jbru9Z5RHJGg0jShb8LY8YCFpHHC/2+8ZEjUw==
2575+
dependencies:
2576+
"@react-native/codegen" "0.74.0-nightly-20240131-82e9a5e4f"
2577+
2578+
"@react-native/[email protected]":
2579+
version "0.74.0-nightly-20240131-82e9a5e4f"
2580+
resolved "http://localhost:4873/@react-native/babel-preset/-/babel-preset-0.74.0-nightly-20240131-82e9a5e4f.tgz#5193b624e931df21427eb36b80d839d849b9671f"
2581+
integrity sha512-zb96VYy9T6ke/CCDlnAzQJQ2rfMbHFKQWKxedkXB8yrqdMU76V+XLXmFPFXqGB/FEATe3rUOXVXamcgllieiqA==
2582+
dependencies:
2583+
"@babel/core" "^7.20.0"
2584+
"@babel/plugin-proposal-async-generator-functions" "^7.0.0"
2585+
"@babel/plugin-proposal-class-properties" "^7.18.0"
2586+
"@babel/plugin-proposal-export-default-from" "^7.0.0"
2587+
"@babel/plugin-proposal-logical-assignment-operators" "^7.18.0"
2588+
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.18.0"
2589+
"@babel/plugin-proposal-numeric-separator" "^7.0.0"
2590+
"@babel/plugin-proposal-object-rest-spread" "^7.20.0"
2591+
"@babel/plugin-proposal-optional-catch-binding" "^7.0.0"
2592+
"@babel/plugin-proposal-optional-chaining" "^7.20.0"
2593+
"@babel/plugin-syntax-dynamic-import" "^7.8.0"
2594+
"@babel/plugin-syntax-export-default-from" "^7.0.0"
2595+
"@babel/plugin-syntax-flow" "^7.18.0"
2596+
"@babel/plugin-syntax-nullish-coalescing-operator" "^7.0.0"
2597+
"@babel/plugin-syntax-optional-chaining" "^7.0.0"
2598+
"@babel/plugin-transform-arrow-functions" "^7.0.0"
2599+
"@babel/plugin-transform-async-to-generator" "^7.20.0"
2600+
"@babel/plugin-transform-block-scoping" "^7.0.0"
2601+
"@babel/plugin-transform-classes" "^7.0.0"
2602+
"@babel/plugin-transform-computed-properties" "^7.0.0"
2603+
"@babel/plugin-transform-destructuring" "^7.20.0"
2604+
"@babel/plugin-transform-flow-strip-types" "^7.20.0"
2605+
"@babel/plugin-transform-function-name" "^7.0.0"
2606+
"@babel/plugin-transform-literals" "^7.0.0"
2607+
"@babel/plugin-transform-modules-commonjs" "^7.0.0"
2608+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.0.0"
2609+
"@babel/plugin-transform-parameters" "^7.0.0"
2610+
"@babel/plugin-transform-private-methods" "^7.22.5"
2611+
"@babel/plugin-transform-private-property-in-object" "^7.22.11"
2612+
"@babel/plugin-transform-react-display-name" "^7.0.0"
2613+
"@babel/plugin-transform-react-jsx" "^7.0.0"
2614+
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
2615+
"@babel/plugin-transform-react-jsx-source" "^7.0.0"
2616+
"@babel/plugin-transform-runtime" "^7.0.0"
2617+
"@babel/plugin-transform-shorthand-properties" "^7.0.0"
2618+
"@babel/plugin-transform-spread" "^7.0.0"
2619+
"@babel/plugin-transform-sticky-regex" "^7.0.0"
2620+
"@babel/plugin-transform-typescript" "^7.5.0"
2621+
"@babel/plugin-transform-unicode-regex" "^7.0.0"
2622+
"@babel/template" "^7.0.0"
2623+
"@react-native/babel-plugin-codegen" "0.74.0-nightly-20240131-82e9a5e4f"
2624+
babel-plugin-transform-flow-enums "^0.0.2"
2625+
react-refresh "^0.14.0"
2626+
2627+
"@react-native/[email protected]":
2628+
version "0.74.0-nightly-20240131-82e9a5e4f"
2629+
resolved "http://localhost:4873/@react-native/codegen/-/codegen-0.74.0-nightly-20240131-82e9a5e4f.tgz#92eca68ae1d25013df1ca1c9cf8e11ce31155d60"
2630+
integrity sha512-gNTgdUrOt6ynd+lPox+kYXAdbR5toJhCV089xi1ALDH2Hs/zmOrGbD4s+sFkBi13isbJuJLRh+fTxcfUam2UvA==
2631+
dependencies:
2632+
"@babel/parser" "^7.20.0"
2633+
glob "^7.1.1"
2634+
hermes-parser "0.18.2"
2635+
invariant "^2.2.4"
2636+
jscodeshift "^0.14.0"
2637+
mkdirp "^0.5.1"
2638+
nullthrows "^1.1.1"
2639+
2640+
"@react-native/[email protected]":
2641+
version "0.74.0-nightly-20240131-82e9a5e4f"
2642+
resolved "http://localhost:4873/@react-native/community-cli-plugin/-/community-cli-plugin-0.74.0-nightly-20240131-82e9a5e4f.tgz#6b83a447f004589252d180a9c9fc5be0f8a4a747"
2643+
integrity sha512-2Qe9V6ZI15gcWdrmvDRwV1K9gag/B9e/0QocZbjNBj7TsTu7781m5VrCI0uI9/Wwe7F7AypeNjZZ7/0vJa6e2g==
2644+
dependencies:
2645+
"@react-native-community/cli-server-api" "13.5.1"
2646+
"@react-native-community/cli-tools" "13.5.1"
2647+
"@react-native/dev-middleware" "0.74.0-nightly-20240131-82e9a5e4f"
2648+
"@react-native/metro-babel-transformer" "0.74.0-nightly-20240131-82e9a5e4f"
2649+
chalk "^4.0.0"
2650+
execa "^5.1.1"
2651+
metro "^0.80.3"
2652+
metro-config "^0.80.3"
2653+
metro-core "^0.80.3"
2654+
node-fetch "^2.2.0"
2655+
querystring "^0.2.1"
2656+
readline "^1.3.0"
2657+
2658+
"@react-native/[email protected]":
2659+
version "0.74.0-nightly-20240131-82e9a5e4f"
2660+
resolved "http://localhost:4873/@react-native/debugger-frontend/-/debugger-frontend-0.74.0-nightly-20240131-82e9a5e4f.tgz#8e8eb49688164ff673fab1387982b7b34438ab30"
2661+
integrity sha512-IdiEZGDYLBguMjuRi/rxPVppSajoFzyIA/YoF1gNAh1sAoOOJtur2lWFUIU8m4Hd94kEWN9aKBD/V9FY7nTYQA==
2662+
2663+
"@react-native/[email protected]":
2664+
version "0.74.0-nightly-20240131-82e9a5e4f"
2665+
resolved "http://localhost:4873/@react-native/dev-middleware/-/dev-middleware-0.74.0-nightly-20240131-82e9a5e4f.tgz#773cf73909a32a98940698ad05e7b18da56fa2f6"
2666+
integrity sha512-Ecm3m8VXr+Bg+wYFkiuViHDInBl+KrE9YyzeAT0UZyro8tZR8SnKiloD0rcWSzyZOf6K+9NgwSDLk92cbqLnzQ==
2667+
dependencies:
2668+
"@isaacs/ttlcache" "^1.4.1"
2669+
"@react-native/debugger-frontend" "0.74.0-nightly-20240131-82e9a5e4f"
2670+
"@rnx-kit/chromium-edge-launcher" "^1.0.0"
2671+
chrome-launcher "^0.15.2"
2672+
connect "^3.6.5"
2673+
debug "^2.2.0"
2674+
node-fetch "^2.2.0"
2675+
nullthrows "^1.1.1"
2676+
open "^7.0.3"
2677+
selfsigned "^2.4.1"
2678+
serve-static "^1.13.1"
2679+
temp-dir "^2.0.0"
2680+
2681+
"@react-native/[email protected]":
2682+
version "0.74.0-nightly-20240131-82e9a5e4f"
2683+
resolved "http://localhost:4873/@react-native/metro-babel-transformer/-/metro-babel-transformer-0.74.0-nightly-20240131-82e9a5e4f.tgz#da51b65e8ef459725a4e6124174489d4554008af"
2684+
integrity sha512-A1BmCk77BcE6+KRp80+Sp/dSAQ79ehSBPl+pDG9vIlCWKaWVPqzBiFF4D4TpvRMB+10qEZMJI7s9qFlLBdGcZw==
2685+
dependencies:
2686+
"@babel/core" "^7.20.0"
2687+
"@react-native/babel-preset" "0.74.0-nightly-20240131-82e9a5e4f"
2688+
hermes-parser "0.18.2"
2689+
nullthrows "^1.1.1"
2690+
2691+
"@rnx-kit/chromium-edge-launcher@^1.0.0":
2692+
version "1.0.0"
2693+
resolved "http://localhost:4873/@rnx-kit/chromium-edge-launcher/-/chromium-edge-launcher-1.0.0.tgz#c0df8ea00a902c7a417cd9655aab06de398b939c"
2694+
integrity sha512-lzD84av1ZQhYUS+jsGqJiCMaJO2dn9u+RTT9n9q6D3SaKVwWqv+7AoRKqBu19bkwyE+iFRl1ymr40QS90jVFYg==
2695+
dependencies:
2696+
"@types/node" "^18.0.0"
2697+
escape-string-regexp "^4.0.0"
2698+
is-wsl "^2.2.0"
2699+
lighthouse-logger "^1.0.0"
2700+
mkdirp "^1.0.4"
2701+
rimraf "^3.0.2"
2702+
25632703
"@rnx-kit/rn-changelog-generator@^0.4.0":
25642704
version "0.4.0"
25652705
resolved "https://registry.yarnpkg.com/@rnx-kit/rn-changelog-generator/-/rn-changelog-generator-0.4.0.tgz#637d87bcf8de6e87599930ed88d9375010277660"
@@ -2763,6 +2903,13 @@
27632903
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
27642904
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
27652905

2906+
"@types/node-forge@^1.3.0":
2907+
version "1.3.11"
2908+
resolved "http://localhost:4873/@types/node-forge/-/node-forge-1.3.11.tgz#0972ea538ddb0f4d9c2fa0ec5db5724773a604da"
2909+
integrity sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==
2910+
dependencies:
2911+
"@types/node" "*"
2912+
27662913
"@types/node@*", "@types/node@>=12.12.47", "@types/node@>=13.7.0", "@types/node@^18.0.0":
27672914
version "18.16.14"
27682915
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.14.tgz#ab67bb907f1146afc6fedb9ce60ae8a99c989631"
@@ -7359,6 +7506,11 @@ [email protected], node-fetch@^2.2.0, node-fetch@^2.6.0, node-fetch@^2.6.7:
73597506
dependencies:
73607507
whatwg-url "^5.0.0"
73617508

7509+
node-forge@^1:
7510+
version "1.3.1"
7511+
resolved "http://localhost:4873/node-forge/-/node-forge-1.3.1.tgz#be8da2af243b2417d5f646a770663a92b7e9ded3"
7512+
integrity sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==
7513+
73627514
node-int64@^0.4.0:
73637515
version "0.4.0"
73647516
resolved "https://registry.yarnpkg.com/node-int64/-/node-int64-0.4.0.tgz#87a9065cdb355d3182d8f94ce11188b825c68a3b"
@@ -8012,6 +8164,11 @@ query-string@^6.12.1:
80128164
split-on-first "^1.0.0"
80138165
strict-uri-encode "^2.0.0"
80148166

8167+
querystring@^0.2.1:
8168+
version "0.2.1"
8169+
resolved "http://localhost:4873/querystring/-/querystring-0.2.1.tgz#40d77615bb09d16902a85c3e38aa8b5ed761c2dd"
8170+
integrity sha512-wkvS7mL/JMugcup3/rMitHmd9ecIGd2lhFhK9N3UUQ450h66d1r3Y9nvXzQAW1Lq+wyx61k/1pfKS5KuKiyEbg==
8171+
80158172
queue-microtask@^1.2.2:
80168173
version "1.2.3"
80178174
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
@@ -8416,6 +8573,14 @@ [email protected]:
84168573
tmp "^0.2.1"
84178574
ws ">=7.4.6"
84188575

8576+
selfsigned@^2.4.1:
8577+
version "2.4.1"
8578+
resolved "http://localhost:4873/selfsigned/-/selfsigned-2.4.1.tgz#560d90565442a3ed35b674034cec4e95dceb4ae0"
8579+
integrity sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==
8580+
dependencies:
8581+
"@types/node-forge" "^1.3.0"
8582+
node-forge "^1"
8583+
84198584
"semver@2 >=2.2.1 || 3.x || 4 || 5 || 7", semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8:
84208585
version "7.5.3"
84218586
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.3.tgz#161ce8c2c6b4b3bdca6caadc9fa3317a4c4fe88e"

0 commit comments

Comments
 (0)