Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: react-native-community/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v20.0.2
Choose a base ref
...
head repository: react-native-community/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v20.1.0
Choose a head ref
  • 16 commits
  • 78 files changed
  • 13 contributors

Commits on Sep 15, 2025

  1. [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]>
    matthargett and thymikee authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    ff27413 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. 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]>
    Saadnajmi and thymikee authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    4cb574a View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    ddbba6c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. 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]>
    jenskuhrjorgensen and thymikee authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    3087830 View commit details
    Browse the repository at this point in the history
  2. 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
    jenskuhrjorgensen authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    9147b97 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. 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
    jenskuhrjorgensen authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    36ad3fe View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2025

  1. Configuration menu
    Copy the full SHA
    7015666 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7485d5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc848fd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2025

  1. 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]>
    MegaManSec and thymikee authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    418ca46 View commit details
    Browse the repository at this point in the history
  2. fix: detect bun.lock (#2726)

    * Detect bun.lock
    
    * fix: detect bun.lock
    patrickkabwe authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    8ce3aae View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Configuration menu
    Copy the full SHA
    d465ac2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. chore: migrate from chalk to picocolors (#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
    Rexogamer authored Dec 16, 2025
    Configuration menu
    Copy the full SHA
    d20b58c View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2025

  1. 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
    azizbecha authored Dec 29, 2025
    Configuration menu
    Copy the full SHA
    cc19409 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2026

  1. Configuration menu
    Copy the full SHA
    4729978 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2026

  1. v20.1.0

    thymikee committed Jan 7, 2026
    Configuration menu
    Copy the full SHA
    24f026e View commit details
    Browse the repository at this point in the history
Loading