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: bf17602f002313980865fc5557fac32923fcd1bd
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: 2602f83860f7f834b38d1a51bcafbae3e89bb40b
Choose a head ref

Commits on Apr 4, 2023

  1. Copy the full SHA
    0ea67bd View commit details
  2. Copy the full SHA
    378ef3a View commit details
  3. v12.0.0-alpha.0

    thymikee committed Apr 4, 2023
    Copy the full SHA
    754fcf0 View commit details

Commits on Apr 6, 2023

  1. Copy the full SHA
    d26d9f8 View commit details
  2. Copy the full SHA
    fbd12ea View commit details
  3. v12.0.0-alpha.1

    thymikee committed Apr 6, 2023
    Copy the full SHA
    bb72dcd View commit details

Commits on Apr 7, 2023

  1. Copy the full SHA
    6fd0e2e View commit details

Commits on Apr 11, 2023

  1. v12.0.0-alpha.2

    thymikee committed Apr 11, 2023
    Copy the full SHA
    6d22b62 View commit details

Commits on Apr 12, 2023

  1. Adding RN docs link for JDK install error (#1902)

    * Adding RN docs link for JDK install error
    
    * Update packages/cli-platform-android/src/commands/runAndroid/runOnAllDevices.ts
    
    ---------
    
    Co-authored-by: Arushi Kesarwani <arushikesarwani@meta.com>
    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
    3 people authored Apr 12, 2023
    Copy the full SHA
    4054b41 View commit details

Commits on Apr 17, 2023

  1. Copy the full SHA
    ef9b2fc View commit details
  2. Copy the full SHA
    39f3273 View commit details
  3. Copy the full SHA
    d8b7e32 View commit details
  4. Copy the full SHA
    c6c24bf View commit details
  5. v12.0.0-alpha.3

    thymikee committed Apr 17, 2023
    Copy the full SHA
    8d8d638 View commit details
  6. Copy the full SHA
    6e9a441 View commit details

Commits on Apr 21, 2023

  1. fix: delete com. prefix in package name (#1915)

    * fix: delete default prefix in package name
    
    * fix: code review improvements
    
    * fix: tests
    
    * test: add missing tests for `replaceNameInUTF8File`
    szymonrybczak authored Apr 21, 2023
    Copy the full SHA
    69c033d View commit details
  2. Copy the full SHA
    064ad76 View commit details

Commits on Apr 26, 2023

  1. Upgrading metro dependencies (#1921)

    Co-authored-by: Arushi Kesarwani <arushikesarwani@meta.com>
    arushikesarwani94 and arushikesarwani94 authored Apr 26, 2023
    Copy the full SHA
    8a3a02c View commit details

Commits on May 1, 2023

  1. Copy the full SHA
    e50feb4 View commit details

Commits on May 10, 2023

  1. Copy the full SHA
    78a1742 View commit details

Commits on May 11, 2023

  1. refactor: upgrade command links to upgrade-helper (#1879)

    The upgrade helper has a high failure rate. Linking the user to the
    upgrade helper is the best way to deprecate this feature.
    blakef authored May 11, 2023
    2
    Copy the full SHA
    5774e6a View commit details
  2. Copy the full SHA
    457907e View commit details
  3. feat: only show --verbose flag if there are hidden logs (#1925)

    We currently always show details about this flag. The change will only
    log this message if there are debug log messages an the user is not in
    --verbose mode.
    blakef authored May 11, 2023
    Copy the full SHA
    5627ecb View commit details
  4. feat: added --user flag to run-android command (#1869)

    * feat: added userId to run-android command
    
    * Update packages/cli-platform-android/src/commands/runAndroid/listAndroidUsers.ts
    
    Co-authored-by: Szymon Rybczak <szymon.rybczak@gmail.com>
    
    * Update docs/commands.md
    
    Co-authored-by: homersimpsons <guillaume.alabre@gmail.com>
    
    * fix: code review fixes
    
    * chore: update docs
    
    * fix: ts and tests
    
    ---------
    
    Co-authored-by: Szymon Rybczak <szymon.rybczak@gmail.com>
    Co-authored-by: homersimpsons <guillaume.alabre@gmail.com>
    3 people authored May 11, 2023
    Copy the full SHA
    79eeb97 View commit details

Commits on May 16, 2023

  1. fix: add missing argument to xcodebuild shell (destination) (#1934)

    - destination is used for to specify the arch for iOS build
    - this is needed for modules which require arch x84_64
    Michael Bahl authored May 16, 2023
    Copy the full SHA
    29c7ea0 View commit details

Commits on May 19, 2023

  1. feat: add --target option (#1928)

    * feat: add `--target` option
    
    * Update packages/cli-platform-ios/src/commands/runIOS/index.ts
    
    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
    
    * fix: delete ability to select target from interactive mode
    
    ---------
    
    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
    szymonrybczak and thymikee authored May 19, 2023
    Copy the full SHA
    0afde11 View commit details
  2. Copy the full SHA
    c142d6b View commit details
  3. Reintroduce tvOS as valid simulator version when matching for simulat…

    …ors (#1929)
    
    * reintroduce tvOS as valid target when matching simulators
    
    * reintroduce matching of Apple TV devices test
    Killavus authored May 19, 2023
    Copy the full SHA
    14f2fb7 View commit details

Commits on May 25, 2023

  1. Copy the full SHA
    16ec7a3 View commit details

Commits on May 30, 2023

  1. feat: add watchModeCommandParams to react-native.config.js (#1937)

    * feat: add `watchModeCommandParams` to `react-native.config.js`
    
    * test: update snapshot
    szymonrybczak authored May 30, 2023
    Copy the full SHA
    748a62d View commit details
  2. chore: improve codebase (#1945)

    * fix: eslint
    
    * chore: use `getLoader`
    szymonrybczak authored May 30, 2023
    Copy the full SHA
    237b966 View commit details

Commits on May 31, 2023

  1. feat (doctor): add packager healthcheck to report if packager is runn…

    …ing correctly (#1941)
    
    * feat (doctor): add packager healthcheck to report packager running status
    
    * refactor: move startServerInNewWindow to cli-plugin-metro
    tarunrajput authored May 31, 2023
    Copy the full SHA
    a2e90fd View commit details

Commits on Jun 2, 2023

  1. Copy the full SHA
    cc32855 View commit details
  2. Copy the full SHA
    4356f57 View commit details

Commits on Jun 5, 2023

  1. Copy the full SHA
    232b5ba View commit details

Commits on Jun 6, 2023

  1. Copy the full SHA
    cd98184 View commit details

Commits on Jun 12, 2023

  1. fix(ios): fix Xcode defaulting to 'Release' (#1957)

    `getBuildConfigurationFromXcScheme` currently assumes where the
    `.xcodeproj` lives (it could be anywhere). The proper fix is to get the
    path from `.xcworkspace`, but that's a much more intrusive change. The
    least we can do for now is to fall back to `Debug`.
    tido64 authored Jun 12, 2023
    Copy the full SHA
    517faeb View commit details
  2. v12.0.0-alpha.4

    thymikee committed Jun 12, 2023
    Copy the full SHA
    bd0963d View commit details

Commits on Jun 13, 2023

  1. Copy the full SHA
    4650a8d View commit details

Commits on Jun 16, 2023

  1. Copy the full SHA
    0e4de11 View commit details
  2. Copy the full SHA
    1796cdd View commit details

Commits on Jun 19, 2023

  1. Copy the full SHA
    b31ade1 View commit details

Commits on Jun 20, 2023

  1. Copy the full SHA
    7bac38a View commit details
  2. Copy the full SHA
    c6d0a9c View commit details
  3. download correct sourceMap for dev/prod profiles (#1833)

    add warning for Expo Dev menu profiles
    
    Co-authored-by: Lenz Weber-Tronic <lenz@apollographql.com>
    phryneas and Lenz Weber-Tronic authored Jun 20, 2023
    Copy the full SHA
    a1cc798 View commit details

Commits on Jun 22, 2023

  1. fix: init when there's a package.json in folder (#1980)

    * fix: init when there's a package.json in folder
    
    * test: update snapshots
    
    ---------
    
    Co-authored-by: szymonrybczak <szymon.rybczak@gmail.com>
    thymikee and szymonrybczak authored Jun 22, 2023
    Copy the full SHA
    170171a View commit details
  2. Copy the full SHA
    29fc304 View commit details
  3. Copy the full SHA
    85ef909 View commit details
  4. Copy the full SHA
    3b3b497 View commit details
  5. v12.0.0-alpha.5

    thymikee committed Jun 22, 2023
    Copy the full SHA
    3569633 View commit details
Loading