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: react-native-builder-bob@0.40.5
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: react-native-builder-bob@0.40.6
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 11, 2025

  1. fix: pass source flag to codegen cli when possible (#815)

    ### Summary
    
    
    facebook/react-native@98b8f17
    adds support for `--source` flag in `npx @react-native-community/cli
    codegen`. With this flag, we can opt out of our patch. With this PR, bob
    checks if this flag is supported and uses it if it is.
    
    ### Test plan
    
    1. Generate a library with a React Native version that supports
    `--source`. (The baseline is `react-native@0.78.0`).
    2. Run `yarn prepare`
    3. Make sure the command runs with no errors
    4. Check the `ios/generated` and make sure there are no `.podspec`
    files.
    atlj authored Apr 11, 2025
    Configuration menu
    Copy the full SHA
    7724e47 View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - create-react-native-library@0.49.8
     - react-native-builder-bob@0.40.6
    atlj committed Apr 11, 2025
    Configuration menu
    Copy the full SHA
    2fbd870 View commit details
    Browse the repository at this point in the history
Loading