Update dependency react-native-screens to ~4.26.0#376
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
June 3, 2025 20:20
73d9da0 to
bab286c
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
June 26, 2025 17:17
bab286c to
1c04f32
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
July 16, 2025 14:52
1c04f32 to
594c8e2
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
July 17, 2025 19:50
594c8e2 to
884240e
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
2 times, most recently
from
August 13, 2025 22:10
34f3a74 to
4a9bf89
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
2 times, most recently
from
August 20, 2025 18:37
79be47b to
9c3dc59
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
4 times, most recently
from
August 28, 2025 15:58
768d2c2 to
f7eaa1b
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
September 4, 2025 17:04
f7eaa1b to
2a901da
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
October 15, 2025 16:50
2a901da to
afe1a21
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
2 times, most recently
from
October 22, 2025 17:47
a5b96d6 to
676259f
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
December 15, 2025 22:06
676259f to
1280e09
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
January 19, 2026 14:00
1280e09 to
bbb74d4
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
February 2, 2026 12:51
bbb74d4 to
6938a02
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
February 3, 2026 13:49
6938a02 to
2423dc7
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
February 6, 2026 18:14
2423dc7 to
f0453ab
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
February 23, 2026 18:59
f0453ab to
3a624e1
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
May 11, 2026 12:57
3a624e1 to
74d46c0
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
2 times, most recently
from
May 21, 2026 18:25
4be473f to
c85f84d
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
July 10, 2026 11:47
c85f84d to
d4ada4a
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
July 14, 2026 15:45
d4ada4a to
8616a91
Compare
renovate
Bot
force-pushed
the
renovate/react-native-screens-4.x
branch
from
July 17, 2026 08:37
8616a91 to
f7ac01e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~4.1.0→~4.26.0Release Notes
software-mansion/react-native-screens (react-native-screens)
v4.26.2Compare Source
What's Changed
This patch release for 4.26.2 brings important stability improvements specifically for Android.
Key updates include preventing unexpected screen unmounting during fast navigation in Stack v5 by fixing transition finalization, as well as resolving a potential crash related to container state restoration in Tabs.
🐞 Bugfixes
Full Changelog: software-mansion/react-native-screens@4.26.1...4.26.2
v4.26.1Compare Source
What's Changed
This patch release for 4.26.1 brings a few targeted bug fixes for both iOS and Android, alongside a minor package configuration adjustment to improve dependency compatibility.
🐞 Bugfixes
🔢 Misc
Full Changelog: software-mansion/react-native-screens@4.26.0...4.26.1
v4.26.0Compare Source
What's Changed
This release brings a stable Tabs API along with numerous fixes, including improved coordination of FormSheet animations and keyboard interaction on Android, and fixed touch handling for Pressables in transparent headers on iOS.
We're also actively working on v5 of the library — this release adds an experimental standalone FormSheet component for both Android and iOS, and extends the menu API of the new Native Stack with several new features.
✅ Improvements
disable*InsetApplicationprops by @sgaczol in #4220Container&ContainerItemby @kkafar in #4216prefersGrabberVisibleby @t0maboro in #4225menuTitle(headerTitle) in submenus by @kligarski in #4241Container&ContainerItemby @kkafar in #4227keepsMenuPresentedprop to menuItems by @kmichalikk in #4261bottomAccessoryHiddenprop by @kligarski in #4291🐞 Bugfixes
invalidatecall inRNSTabsBottomAccessoryComponentView.didMoveToWindowby @sgaczol in #4155needsCustomLayoutForChildrentotrueforStackHostby @kligarski in #4200🔢 Misc
childrenprops in unstable/experimental components by @kligarski in #3918scenario-description.tsfiles by @sgaczol in #4080apps/into a separate module by @sgaczol in #4052scriptsdirectory by @sgaczol in #4093react-native@0.86.0by @kligarski in #4125showAsActiontest with icon configuration by @kligarski in #4198brew trustfor installingApplesimutilsin iOS e2e workflow by @kligarski in #4214FormSheetDialogManagerfrom React'sFormSheetContentViewby @t0maboro in #4226ImageLoaderonLoaded's result nullable by @kligarski in #4247FormSheetLifecycleCoordinatorfor cleaner dialog event handling by @t0maboro in #4252build.gradleby @m-bert in #4146New Contributors
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.