Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/ios xcworkspace with extra files #3

Commits on Aug 31, 2024

  1. perf: skip getting package class name inside expo module (#2487)

    * perf: skip getting package class name inside expo module
    
    * fix: move early return
    
    * fix: replace condition validating expo package with `*Package.kt/java` check
    szymonrybczak authored Aug 31, 2024
    Configuration menu
    Copy the full SHA
    4573eca View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 9, 2024

  1. v14.1.0

    thymikee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9eb448f View commit details
    Browse the repository at this point in the history
  2. v15.0.0-alpha.0

    thymikee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f9195cd View commit details
    Browse the repository at this point in the history
  3. fix: Correctly display errors in react-native init (#2394)

    * fix: Display correct error when config file does not exist
    
    * fix: move cocoaPods Error
    
    * fix: prettify output
    
    * fix: pass an error
    
    * fix: do cleanup before exiting process
    
    ---------
    
    Co-authored-by: szymonrybczak <[email protected]>
    islandryu and szymonrybczak authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0e1c828 View commit details
    Browse the repository at this point in the history
  4. v15.0.0-alpha.1

    thymikee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    920ab93 View commit details
    Browse the repository at this point in the history
  5. v15.0.0-alpha.2

    thymikee committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ba8b5a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f217db7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 23, 2024

  1. chore: set npm as default package manager to init (#2503)

    * set npm as default package manager to init
    
    * update docs
    TMisiukiewicz authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    90945e6 View commit details
    Browse the repository at this point in the history
  2. fix(cli-config): include peer dependencies when finding dependencies (#…

    …2423)
    
    * fix(cli-config): include peer dependencies when finding dependencies
    
    * add tests
    tido64 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0c1b1b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c8439f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

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

Commits on Oct 2, 2024

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

Commits on Oct 8, 2024

  1. fix: xcworkspaces parsing should handle many xcprojects

    We've been notified of a case where a user legitimately has more files
    in listed in their workspace than the project and pods. This would crash
    when running: npm @react-native-community/cli ios
    
    Fixes: facebook/react-native#46881
    blakef committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    12877a5 View commit details
    Browse the repository at this point in the history