-
Notifications
You must be signed in to change notification settings - Fork 945
Comparing changes
Open a pull request
base repository: react-native-community/cli
base: v20.0.2
head repository: react-native-community/cli
compare: v20.1.0
- 16 commits
- 78 files changed
- 13 contributors
Commits on Sep 15, 2025
-
[fix] Support Android Studio path that JetBrains Toolbox installs to …
…on Windows (#2682) * JetBrains Toolbox installs Android Studio into a slightly different path than the one detected by doctor. Support this alternate path for folks who aren't using nuget to install Android Studio. * extra scenario double-check * Update .husky/pre-commit * Update packages/cli-doctor/src/tools/healthchecks/androidStudio.ts * we couldn't write to a readonly property on the actual process object, so inject a writable propery for the test. there is a slightly nicer way to do this in jest 29+ with 'replaceProperty', I added some TODO comments as a reminder when someone upgrades jest later. --------- Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ff27413 - Browse repository at this point
Copy the full SHA ff27413View commit details
Commits on Sep 16, 2025
-
chore(cli): Update macOS / windows docs links (#2714)
* Update desktop platform docs links * Update packages/cli/src/commands/init/printRunInstructions.ts --------- Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cb574a - Browse repository at this point
Copy the full SHA 4cb574aView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ddbba6c - Browse repository at this point
Copy the full SHA ddbba6cView commit details
Commits on Oct 1, 2025
-
Fix plistPath when using a prebuilt binary (appPath) (#2705)
* Fix plistPath when using a prebuilt binary (appPath) * fix syntax --------- Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3087830 - Browse repository at this point
Copy the full SHA 3087830View commit details -
Feature: Remove hardcoded index when selecting the correct build targ…
…et (#2707) * Fix: Remove hardcoded index when selecting the correct build target * Fix: Update comment
Configuration menu - View commit details
-
Copy full SHA for 9147b97 - Browse repository at this point
Copy the full SHA 9147b97View commit details
Commits on Oct 3, 2025
-
Fix destination in
buildProject(#2706)* Fix destination in buildProject Fix: Fix destination in buildProject when running with device arg but no specific UDID or args.destination * Fix: Add missing device build flag * Fix: Remove migrated device build flag * Fix: JS copy-paste * Update buildProject.ts Review comment * Update buildProject.ts newline * Update buildProject.ts space * Update buildProject.ts fix lint * Update getBuildSettings.ts fix lint * Update getBuildSettings.ts fix lint
Configuration menu - View commit details
-
Copy full SHA for 36ad3fe - Browse repository at this point
Copy the full SHA 36ad3feView commit details
Commits on Oct 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7015666 - Browse repository at this point
Copy the full SHA 7015666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7485d5e - Browse repository at this point
Copy the full SHA 7485d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc848fd - Browse repository at this point
Copy the full SHA dc848fdView commit details
Commits on Nov 12, 2025
-
Build sourceMappingURL constructs with relative paths (#2737)
* Build sourceMappingURL constructs with relative paths Signed-off-by: Joshua Rogers <[email protected]> * prettier --------- Signed-off-by: Joshua Rogers <[email protected]> Co-authored-by: Michał Pierzchała <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 418ca46 - Browse repository at this point
Copy the full SHA 418ca46View commit details -
* Detect bun.lock * fix: detect bun.lock
Configuration menu - View commit details
-
Copy full SHA for 8ce3aae - Browse repository at this point
Copy the full SHA 8ce3aaeView commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d465ac2 - Browse repository at this point
Copy the full SHA d465ac2View commit details
Commits on Dec 16, 2025
-
chore: migrate from
chalktopicocolors(#2631)* build: migrate `cli` to picocolors * build: migrate `cli-config-*` to picocolors * build: migrate `cli-doctor` to picocolors * build: migrate `cli-platform-*` to picocolors * build: migrate `cli-tools` to picocolors * build: migrate remaining packages to picocolors * build: migrate scripts/jest to picocolors * fix: convert boolean to string when logging * test: clarify comments this only disables the colouring, not formatting functions (e.g. bold). * test: disable colours in jest helper function * test: revert unnecessary snapshot change * fix: remove packageManager field * fix: remove accidental re-addition * fix: restore bracket
Configuration menu - View commit details
-
Copy full SHA for d20b58c - Browse repository at this point
Copy the full SHA d20b58cView commit details
Commits on Dec 29, 2025
-
fix(init): Fix yarn + skip-install combo causing template copy failure (
#2748) * chore: bump husky * fix: add leading newline to Cocoapods installation error message * fix: separate Cocoapods installation error message to avoid conflict * fix: support specifying --pm yarn and --skip-install together
Configuration menu - View commit details
-
Copy full SHA for cc19409 - Browse repository at this point
Copy the full SHA cc19409View commit details
Commits on Jan 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 4729978 - Browse repository at this point
Copy the full SHA 4729978View commit details
Commits on Jan 7, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 24f026e - Browse repository at this point
Copy the full SHA 24f026eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v20.0.2...v20.1.0