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: [email protected]
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: [email protected]
Choose a head ref
  • 6 commits
  • 12 files changed
  • 3 contributors

Commits on Jun 3, 2025

  1. chore: add a banner image to readme (#857)

    ### Summary
    
    - Adds a banner image to README
    
    ### Test plan
    
    - Make sure the README is rendered properly.
    atlj authored Jun 3, 2025
    Configuration menu
    Copy the full SHA
    24a38b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2025

  1. Configuration menu
    Copy the full SHA
    5d0e5cf View commit details
    Browse the repository at this point in the history
  2. fix: Add nitro.json to npm package (#860)

    In a future version of Nitro, you will be able to import types
    (HybridObjects) from other libraries. For the import to work seamlessly,
    nitrogen needs to read the other library's `nitro.json` so it knows
    which C++/Android/Swift namespace to import to resolve the foreign type.
    That's why the `nitro.json` file should be part of the npm package! :)
    mrousavy authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    46c0b13 View commit details
    Browse the repository at this point in the history
  3. feat: enable 16 KB page size on Android (#859)

    Enables support for 16 KB page sizes on Android.
    
    Each Native Module library will need to add this for themselves too in
    their `build.gradle` file if they want to support 16 KB page sizes, but
    it's good to have it in the template now I think.
    
    See [Support 16 KB page
    sizes](https://developer.android.com/guide/practices/page-sizes) for
    more information.
    mrousavy authored Jun 14, 2025
    Configuration menu
    Copy the full SHA
    a802ef3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd029a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    240421d View commit details
    Browse the repository at this point in the history
Loading