Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
react-native-screens ~4.1.0~4.19.0 age confidence

Release Notes

software-mansion/react-native-screens (react-native-screens)

v4.19.0

Compare Source

What's Changed

Minor release. It comes with many improvements & bug fixes. Notably:

  1. bottomAccessory support for native tabs on iOS,
  2. special effects support for tabs on Android,
  3. support for synchronous state updates (behind a feature flag),
  4. quite few more.

⚠️ This release also removes long-deprecated native-stack v5 code from the repository.

See the full change set below 👇🏻

Improvements
Bug fixes
Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.18.0...4.19.0

v4.18.0

Compare Source

Minor release with important changes in bottom tabs icons API, recently added header items API and few more.

What's Changed

🟢 Improvements / Changes
🐞 Bug fixes
🔢 Misc

Full Changelog: software-mansion/react-native-screens@4.17.1...4.18.0

v4.17.1

Compare Source

Patch release with fix for failing iOS build in release mode.

What's Changed

  • fix(iOS): build error in release mode - imageLoader not defined by @​kkafar in #​3300

Full Changelog: software-mansion/react-native-screens@4.17.0...4.17.1

v4.17.0

Compare Source

Minor release including:

  • 👉🏻 Important patches for iOS 26 behaviour
  • 👉🏻 New API for specifying native header items on iOS by @​johankasperi,
  • 👉🏻 New experimental safe area component handling native header / bottom tabs, etc.,
  • 👉🏻 Support for UIScrollEdgeEffect,
  • 👉🏻 Support for "glassy" form sheets on iOS 26,
  • 👉🏻 Many other important patches & improvements.

See the full list of PRs below 👇🏻

What's Changed

🟢 Improvements
🐞 Bug fixes
🔢 Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.15...4.17.0

v4.16.0

Compare Source

This release introduces support for dark mode in Bottom Tabs on Android, new search bar placements and search bar integration with the toolbar on iOS 26.

[!CAUTION]

In this release, library installation steps for Android have been modified - please refer to the "Installation" section of README and this PR for more details.

[!IMPORTANT]

In order to align our library with native iOS 26 behavior, we've decided to change default placement value in RNSSearchBar to 'automatic'. This change will make it easier for users to adopt the new integrated search bar on iOS 26.
Additionally, we've fixed the default value for hideWhenScrolling prop in new architecture to match the old architecture and native UIKit behavior.

What's Changed

🟢 Improvements
🐞 Bug fixes
  • fix(Android): add custom fragment factory & modify library installation steps to prevent on-restoration crashes by @​Skalakid in #​3089
🔢 Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.15.4...4.16.0

v4.15.4

Compare Source

Patch version fixing a bug on iOS with back button title disappearing when stack was used in bottom tabs.

What's Changed

  • fix(iOS, Stack v4 + Tabs): back button title disappearing when nested in tab by @​kligarski in #​3166

Full Changelog: software-mansion/react-native-screens@4.15.3...4.15.4

v4.15.3

Compare Source

Patch version fixing bugs related to systemItem on iOS Bottom Tabs.

What's Changed

Full Changelog: software-mansion/react-native-screens@4.15.2...4.15.3

v4.15.2

Compare Source

Patch version downgrading Coil library to resolve Android build issues on RN 0.79 #​3157

What's Changed

Full Changelog: software-mansion/react-native-screens@4.15.1...4.15.2

v4.15.1

Compare Source

Patch version with fixing imports for backward compatibility #​3153

What's Changed

Full Changelog: software-mansion/react-native-screens@4.15...4.15.1

v4.15.0

Compare Source

v4.14.1

Compare Source

Patch version with fixing possible runtime crash on web #​3132.

What's Changed

Full Changelog: software-mansion/react-native-screens@4.14...4.14.1

v4.14.0

Compare Source

v4.13.1

Compare Source

Patch version with #​3032 fixing possible runtime crash on iOS.

v4.13.0

Compare Source

This release publishes our alpha versions of implementation of native bottom tabs, native split view (iOS only), and refactor of existing components.

[!caution]
Please note that these published APIs are experimental, and are mostly meant for downstream navigation library authors, so that they can start working on adoption. These can be used as standalone components however, but keep in mind, that the APIs are not yet stable, and bugs are expected.

Example usage can be found e.g. here.

We're counting on you, as early adopters, to start testing these APIs & give us feedback / ideas how to shape them.

All APIs except bottom tabs, require the library being build with RNS_GAMMA_ENABLED=1 env var set. APIs behind that flag are meant for next major version.

@​kkafar: Huge thanks to the whole Screens team @​kligarski @​t0ms0n00 @​maciekstosio @​kmichalikk @​WoLewicki @​kmagiera for the initial work here. Let's keep going 💪🏻

Enjoy!

What's Changed

  • release: 4.13.0 (ca2bf1a)
  • chore: mark all gamma APIs as experimental (d2b9f3b)
  • fix(iOS, Tabs+native-stack): allow for bottom, left, right extended layout edges with native stack header non-translucent (7fc48aa)
  • feat(iOS, Tabs): add support for custom images and templates for tab bar item icons (900fa48)
  • chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (4835039)
  • feat(iOS, SplitView): Add support for showsSecondaryOnlyButton (0119cbc)
  • feat(iOS, SplitView): Add support for presentsWithGesture prop (260b3fd)
  • feat(iOS, SplitView): Add support for preferredDisplayMode prop (346d86d)
  • chore: update react-native-is-edge-to-edge to 1.2.1 (089885d)
  • chore(CI): disable e2e workflows temporarily (fee8faf)
  • fix(iOS): Replace calls to UIOffset ctors with calls to UIOffsetMake (cdfd149)
  • chore(CI): add RNS_GAMMA_ENABLED env var for TVOS CI (f9f330d)
  • chore(example): update TVOSExample podfile lock after release & rebase of labs change (1f4493f)
  • fix(iOS): Disable DEFINES_MODULE for stable app version (w/o gamma project enabled) (125be18)
  • Bump lockfiles after rebase on main (b2f40f3)
  • feat(legacy-arch): basic support for legacy architecture for bottom tabs (29dc088)
  • feat(iOS, SplitView): Add support for preferredSplitBehavior prop (24d88f7)
  • chore(CI): add Paper CI for main-labs, use RNS_GAMMA_ENABLED=0 (80f6d26)
  • fix(iOS, Tabs): bring back badgeValue prop (55d8cb8)
  • feat(iOS, Tabs): revert contentInsetAdjustmentBehavior to automatic for ScrollViews (1b6e5c2)
  • feat(iOS, SplitView): Adapt SplitView layout integration to iOS 26 requirements (29ae3bd)
  • feat(Android, Tabs): check the android scope and package scope for android drawable resources (09f98b3)
  • feat(Android,Tabs): Allow fontFamily, fontWeight and fontStyle on android tabs (86279b7)
  • feat(Android, Tabs): Handle font size active/inactive (7e6e07e)
  • feat(Android,Tabs): add prop for android system drawable (339b0d8)
  • fix(Android): add missing setters in view manager interfaces for legacy arc

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from 73d9da0 to bab286c Compare June 3, 2025 20:20
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from bab286c to 1c04f32 Compare June 26, 2025 17:17
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from 1c04f32 to 594c8e2 Compare July 16, 2025 14:52
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.11.0 Update dependency react-native-screens to ~4.12.0 Jul 16, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from 594c8e2 to 884240e Compare July 17, 2025 19:50
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.12.0 Update dependency react-native-screens to ~4.13.0 Jul 17, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch 2 times, most recently from 34f3a74 to 4a9bf89 Compare August 13, 2025 22:10
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.13.0 Update dependency react-native-screens to ~4.14.0 Aug 13, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch 2 times, most recently from 79be47b to 9c3dc59 Compare August 20, 2025 18:37
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.14.0 Update dependency react-native-screens to ~4.15.0 Aug 20, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch 4 times, most recently from 768d2c2 to f7eaa1b Compare August 28, 2025 15:58
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from f7eaa1b to 2a901da Compare September 4, 2025 17:04
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.15.0 Update dependency react-native-screens to ~4.16.0 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from 2a901da to afe1a21 Compare October 15, 2025 16:50
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.16.0 Update dependency react-native-screens to ~4.17.0 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch 2 times, most recently from a5b96d6 to 676259f Compare October 22, 2025 17:47
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.17.0 Update dependency react-native-screens to ~4.18.0 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x branch from 676259f to 1280e09 Compare December 15, 2025 22:06
@renovate renovate bot changed the title Update dependency react-native-screens to ~4.18.0 Update dependency react-native-screens to ~4.19.0 Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant