Skip to content

chore(deps): update dependency react-native-screens to ~4.25.0#130

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-native-screens-4.x
Open

chore(deps): update dependency react-native-screens to ~4.25.0#130
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-native-screens-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 16, 2024

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-screens ~4.4.0~4.25.0 age adoption passing confidence

Release Notes

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

v4.25.0

Compare Source

What's Changed

Minor release, bringing golden version of Tabs API. Unless we get your negative feedback, we plan to stabilise
Tabs API in next minor.

[!important]
4.25.0 no longer supports legacy architecture. Most likely, the library will simply fail to build.

This release brings important Tabs API changes in JS and native layer, required for stabilisation of the API.
Downstream libraries are already in advanced stage of adaptation to these changes. Please track the releases
of your navigation solution for compatibility remarks.

Improvements

Bug fixes

  • fix(iOS, Modal): Filter-out obsolete state updates from JS by @​t0maboro in #​3760
  • fix(iOS, Stack v4): Fix usePreventRemove callback not called when tapping formSheet backdrop by @​t0maboro in #​3771
  • fix(iOS, Stack v4): hide back button when root screen is replaced with pop animation by @​kligarski in #​3770
  • fix(iOS, Tabs): fix diverging behavior of JS updates requesting moreNavigationController on various Apple platforms by @​kkafar in #​3813
  • fix(iOS): forward scrollEdgeEffects to inner screen in modals (#​3816) by @​maxencehenneron in #​3825
  • fix(Android, Tabs): fix issue with badges being assigned to wrong menu items by @​kkafar in #​3799
  • fix(Android, Stack v4): Add heuristic for applying inset only on top-level header by @​t0maboro in #​3793
  • fix(android): Fix Activity memory leak in ScreenDummyLayoutHelper due to unreleased view references and missing lifecycle cleanup by @​l2hyunwoo in #​3638
  • fix(Android, Stack v4): Clear supportActionBar on fragment removal to prevent ScreenStackFragment leak by @​t0maboro in #​3867
  • fix(Tabs, iOS): reconcile navigation state on implicit UIKit selection changes by @​kkafar in #​3877
  • fix(ios): guard +load with #ifdef RCT_DYNAMIC_FRAMEWORKS by @​DavidDuarte22 in #​3828
  • fix: use path-based menuId to prevent collisions in nested submenus by @​chrism in #​3762
  • fix(Android, Stack): dispatch lifecycle events when parent is not a ScreenFragment by @​collectioneur in #​3854
  • fix(iOS, Stack v4): Fix reattaching screens which have preventNativeDismiss set by @​t0maboro in #​3886
  • fix(iOS, Tabs): prevent double event on more tab navigation by @​kkafar in #​3906

Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.24.0...4.25.0

v4.24.0

Compare Source

What's Changed

Minor release bringing further development to 5.0 stack implementation, nice improvements to Split API and other various improvements & fixes.

[!caution]
Most importantly this is the last release we've tested with legacy architecture.

From 4.25.0 on, we no longer plan to support RN versions below 0.82, which naturally comes with drop of support for legacy arch.
We plan to gradually remove the legacy architecture related code.

I want to also announce our plans regarding approach to 5.0 transition. At the moment we plan to keep releasing v4 line till we're "close to ready" with all APIs we've planed for 5.0 major. We plan to stabilise Tabs API on v4 line. When we're "close to ready" we'll release a series (rather not many) of 5.0-alpha/beta versions & after 5.0 stable release v4 branch will stay for some, not long, time in maintenance mode.
The downstream library implementers are already adopting new 5.0 APIs, they should be available for testing in the navigation library of your choice shortly.

✅ Improvements

  • feat(Android, Stack v5): prevent native dismiss support by @​kkafar in #​3620
  • feat(Android, Stack v5): make Transition API work by @​kkafar in #​3629
  • chore(iOS, Stack v4): Enable iosPreventReattachmentOfDismissedScreens by default by @​t0maboro in #​3652
  • feat(iOS 26): Add opt-out flag for interactions during transition for iOS 26 by @​kmichalikk in #​3631
  • feat(split-view): add show(column) command and topColumnForCollapsing prop by @​Ubax in #​3639
  • feat: add imageSource and templateSource icon support to menus by @​Ubax in #​3645

🐞 Bug fixes

🔢 Misc

Full Changelog: software-mansion/react-native-screens@4.23.0...4.24.0

v4.23.0

Compare Source

What's Changed

Minor release.
It's minor, because it ships with improvements with
experimental APIs, however its purpose is mostly to publish fix for FormSheet
on Android related to focus & keyboard management.

🟢 Improvements

  • feat(Android, Stack v5): allow for nested container pop via JS by @​kkafar in #​3612

🐞 Bug fixes

  • fix(Android, FormSheet): Add logic for dismissing keyboard when the BottomSheet is presented by @​t0maboro in #​3617
  • fix(android): default ScreenStackHeaderSubview type is LEFT by @​hannojg in #​3619

🔢 Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.22.0...4.23.0

v4.22.0

Compare Source

What's Changed

Minor release bringing couple of fixes for the downstream regarding iPad orientation support
and tab-core logic.

Additionally, we've landed few PRs with further development of overhaul of native stack.
These are marked with ⚠️.

🟢 Improvements

  • ⚠️ feat(Android, Stack v5): nested stack uses childFragmentManager of parent container by @​kkafar in #​3597
  • ⚠️ feat(Android, Stack v5): allow for native navigation in nested stacks by @​kkafar in #​3601

🐛 Bug fixes

🔢 Misc

Full Changelog: software-mansion/react-native-screens@4.21.0...4.22.0

v4.21.0

Compare Source

What's Changed

Minor release bringing a variety of improvements, including enhanced support for xcassets and initial model for the new native stack implementation. This version also includes several important bug fixes and enhancements, especially for modals, stacks, and opening the dev menu from a key event on Android.

🟢 Improvements

🐛 Bug fixes

🔢 Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.20.0...4.21.0

v4.20.0

Compare Source

What's Changed

Minor release bringing improvements to formSheet on Android in form of support for "dynamic content size" when fitToContents is selected. Beside that important a11y update for bottom tabs and other fixes.

🟢 Improvements

🐛 Bug fixes

⚠️ Changes in experimental APIs

🔢 Misc

  • chore: Update FormSheet-SAV integration test to cover sheetShouldOverflowTopInset by @​t0maboro in #​3503
  • chore(JS): use new platform specific icon syntax in tests by @​kligarski in #​3490
  • chore(Stack): refactor component definition &

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 3 times, most recently from e3b2318 to 5394916 Compare December 20, 2024 12:52
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.3.0 chore(deps): update dependency react-native-screens to ~4.4.0 Dec 20, 2024
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 5394916 to 9a52dcb Compare January 10, 2025 14:23
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.4.0 chore(deps): update dependency react-native-screens to ~4.5.0 Jan 10, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 9a52dcb to f257a41 Compare January 31, 2025 12:39
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.5.0 chore(deps): update dependency react-native-screens to ~4.6.0 Jan 31, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from f257a41 to f7be6dd Compare February 18, 2025 12:37
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.6.0 chore(deps): update dependency react-native-screens to ~4.7.0 Feb 18, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from f7be6dd to c68b31e Compare February 19, 2025 18:50
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.7.0 chore(deps): update dependency react-native-screens to ~4.8.0 Feb 19, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from c68b31e to a3a638d Compare February 21, 2025 19:32
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.8.0 chore(deps): update dependency react-native-screens to ~4.9.0 Feb 21, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from a3a638d to 9a90a53 Compare March 27, 2025 17:13
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.9.0 chore(deps): update dependency react-native-screens to ~4.10.0 Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 9a90a53 to 167f0c7 Compare May 27, 2025 16:56
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.10.0 chore(deps): update dependency react-native-screens to ~4.11.0 May 27, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch 9 times, most recently from bb7798f to 974b812 Compare June 11, 2025 20:08
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 974b812 to 1eeb124 Compare June 28, 2025 17:43
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 1eeb124 to 63bca4d Compare July 16, 2025 16:08
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.11.0 chore(deps): update dependency react-native-screens to ~4.12.0 Jul 16, 2025
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.14.0 chore(deps): 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 3 times, most recently from 299326f to 53d1bee Compare August 28, 2025 08:58
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 53d1bee to 2d63495 Compare September 6, 2025 19:23
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.15.0 chore(deps): update dependency react-native-screens to ~4.16.0 Sep 6, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 2d63495 to 7112a93 Compare October 15, 2025 16:54
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.16.0 chore(deps): 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 db24a98 to b0ba6eb Compare October 22, 2025 18:52
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.17.0 chore(deps): 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 b0ba6eb to fbb4a59 Compare December 15, 2025 22:08
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.18.0 chore(deps): update dependency react-native-screens to ~4.19.0 Dec 15, 2025
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from fbb4a59 to 8a67815 Compare December 31, 2025 16:32
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 8a67815 to a39fb18 Compare January 19, 2026 10:54
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.19.0 chore(deps): update dependency react-native-screens to ~4.20.0 Jan 19, 2026
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from a39fb18 to 6dea89d Compare February 2, 2026 15:02
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.20.0 chore(deps): update dependency react-native-screens to ~4.21.0 Feb 2, 2026
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 6dea89d to 8e9610c Compare February 3, 2026 14:57
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.21.0 chore(deps): update dependency react-native-screens to ~4.22.0 Feb 3, 2026
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 8e9610c to a1124d1 Compare February 6, 2026 14:08
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.22.0 chore(deps): update dependency react-native-screens to ~4.23.0 Feb 6, 2026
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from a1124d1 to 1621e01 Compare February 23, 2026 19:16
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.23.0 chore(deps): update dependency react-native-screens to ~4.24.0 Feb 23, 2026
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 1621e01 to fb8ca2a Compare March 5, 2026 14:11
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from fb8ca2a to 85a5c08 Compare April 1, 2026 18:38
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 85a5c08 to 3c1c3fc Compare April 8, 2026 18:46
@renovate renovate Bot force-pushed the renovate/react-native-screens-4.x branch from 3c1c3fc to fb9250e Compare May 11, 2026 13:12
@renovate renovate Bot changed the title chore(deps): update dependency react-native-screens to ~4.24.0 chore(deps): update dependency react-native-screens to ~4.25.0 May 11, 2026
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.

0 participants