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-bottom-tabs
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-bottom-tabs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 18 files changed
  • 3 contributors

Commits on Nov 29, 2025

  1. fix: add bottom accessory view nil check for iOS 26+ compatibility (#479

    )
    
    * fix: add bottom accessory view nil check for iOS 26+ compatibility
    
    * Fix nil check for bottom accessory view on iOS 26+
    
    Add a nil check for bottom accessory view to ensure compatibility with iOS 26 and above.
    okwasniewski authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    ccadbdd View commit details
    Browse the repository at this point in the history
  2. chore(release): version packages (#480)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    3a21e31 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. fix(android): add missing badgeBackgroundColor and badgeTextColor to …

    …TabInfo (#482)
    
    * fix(android): add missing badgeBackgroundColor and badgeTextColor to TabInfo
    
    The TabInfo data class was missing badgeBackgroundColor and badgeTextColor
    properties that RCTTabView.kt expects when applying badge colors.
    
    This caused Android builds to fail with:
    - Unresolved reference 'badgeBackgroundColor'
    - Unresolved reference 'badgeTextColor'
    - Unresolved reference 'colorError'
    
    Changes:
    - Add badgeBackgroundColor and badgeTextColor properties to TabInfo data class
    - Populate them from JS bridge in setItems()
    - Simplify badge color application to let Material use default theme colors
      when custom colors are not provided (avoids colorError resolution issues)
    
    Fixes #481
    
    * chore: add changeset
    joshkeldam authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    2b70882 View commit details
    Browse the repository at this point in the history
  2. chore(release): version packages (#483)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    134d585 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2025

  1. Configuration menu
    Copy the full SHA
    fc8b828 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddfeefb View commit details
    Browse the repository at this point in the history
  3. fix(expo): use dynamic require for config-plugins ESM/CJS interop (#488)

    * fix(expo): use dynamic require for config-plugins ESM/CJS interop
    
    * Create tricky-cats-battle.md
    okwasniewski authored Dec 4, 2025
    Configuration menu
    Copy the full SHA
    b2be24d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2025

  1. chore(release): version packages (#487)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Dec 5, 2025
    Configuration menu
    Copy the full SHA
    97e4d5e View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

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