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: callstack/react-native-builder-bob
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: create-react-native-library@0.54.8
Choose a base ref
...
head repository: callstack/react-native-builder-bob
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: create-react-native-library@0.55.0
Choose a head ref
  • 9 commits
  • 44 files changed
  • 2 contributors

Commits on Oct 27, 2025

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

Commits on Oct 29, 2025

  1. chore: update logo

    satya164 committed Oct 29, 2025
    Configuration menu
    Copy the full SHA
    d859a41 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

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

Commits on Nov 2, 2025

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

Commits on Nov 12, 2025

  1. fix: fix locating tsc in workspaces using yarn 1

    ### Summary
    
    When running yarn (tested on ver. `1.22.19`), `yarn bin tsc` run via
    Node.js `spawn` outputs extra leading ANSI characters, causing the path
    to `tsc` to look like the following:
    `\x1B[2K\x1B[1G/Users/<username>/<path to
    project>/node_modules/.bin/tsc`. This causes any call to `existsSync` to
    fail (the ANSI chars are non-printable so not visible below, but
    printing an object with the string as value shows them encoded), showing
    a false-positive warning:
    ```
    ⚠ [typescript] Failed to locate tsc in the workspace. Falling back to the binary found in PATH at /Users/<username>/<path to project>/node_modules/.bin/tsc. Consider adding typescript to your devDependencies or specifying the tsc option for the typescript target.
    ```
    
    Setting the env var `FORCE_COLOR` to `0` remediates the problem, which
    this PR brings.
    
    ### Test plan
    
    Run `bob build` in a yarn project, ensure tsc is found successfully.
    artus9033 authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    7f5952f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb4b06b View commit details
    Browse the repository at this point in the history
  3. feat: add option to configure tools individually (#907)

    <img width="1398" height="516" alt="CleanShot 2025-11-12 at 16 43 00@2x"
    src="https://github.com/user-attachments/assets/d4af7e46-e441-4f6d-8696-d9706eb3fe50"
    />
    satya164 authored Nov 12, 2025
    Configuration menu
    Copy the full SHA
    4a8f860 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e52277f View commit details
    Browse the repository at this point in the history
  5. chore: publish

     - docs@0.6.9
     - create-react-native-library@0.55.0
     - react-native-builder-bob@0.40.15
    satya164 committed Nov 12, 2025
    Configuration menu
    Copy the full SHA
    35eab2b View commit details
    Browse the repository at this point in the history
Loading