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: software-mansion/react-native-screens
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 69d37f3
Choose a base ref
...
head repository: software-mansion/react-native-screens
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3267df
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Oct 15, 2025

  1. release: 4.17.0 (#3298)

    ## Description
    
    Bumping package version & updating lock files
    
    ## Changes
    
    - **Release 4.17.0**
    - **Update podfile locks in both apps after release**
    
    ## Test code and steps to reproduce
    
    N/A
    
    ## Checklist
    
    N/A
    kkafar authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    c1f2afd View commit details
    Browse the repository at this point in the history
  2. fix(iOS): build error in release mode - imageLoader not defined (#3300)

    ## Description
    
    Fixed #3299
    
    Did an oopsie with 4.17.0 release, as iOS fails to build in release mode
    due to missing `imageLoader`.
    Until recently we needed the `imageLoader` only in debug mode to load
    images for header. Right now
    it is required no matter the build configuration.
    
    ## Changes
    
    Updated shadow node & header config code, so that the `imageLoader` is
    provided to header config shadow node state
    also in release mode.
    
    ## Test code and steps to reproduce
    
    iOS (Paper & Fabric) should now build in release mode.
    
    ## Checklist
    
    - [x] Ensured that CI passes
    kkafar authored Oct 15, 2025
    Configuration menu
    Copy the full SHA
    f290863 View commit details
    Browse the repository at this point in the history
  3. Release 4.17.1

    kkafar committed Oct 15, 2025
    Configuration menu
    Copy the full SHA
    b3267df View commit details
    Browse the repository at this point in the history
Loading