[Snyk] Upgrade react-native-screens from 4.9.2 to 4.11.1 #5
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.
Snyk has created this PR to upgrade react-native-screens from 4.9.2 to 4.11.1.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 76 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: react-native-screens
What's Changed
Small patch release with fix for Android edge-to-edge system insets styling.
🐞 Bug fixes
🔢 Misc
Full Changelog: 4.11.0...4.11.1
Minor release focused on fixing bugs, especially with the
formSheet
presentation, introduction ofpageSheet
presentation on iOS and integration withreact-native-edge-to-edge
on Android.Note
Notable change is that for some time now we publish nightly builds. You can check them out by running
yarn install react-native-screens@nightly
.What's Changed
🟢 Improvements
unstable_accessibilityContainerViewIsModal
prop forFullWindowOverlay
by @ kkafar in #2854react-native-edge-to-edge
by @ zoontek in #2464fitToContents
sheet height react to dynamic content by @ kligarski in #2877🐞 Bug fixes
gesture-handler
is present by @ kkafar in #2819useHeaderHeight
does not report correct value after cancelling search by @ maciekstosio in #2817TouchableOpacity
does not work on screens withheaderTranslucent: true
on notchless iOS devices with older OS versions by @ kkafar in #2858ScreenStackHeaderSearchBarView
invalid props type by @ kkafar in #2881providers.exec
to enableconfiguration-cache
by @ lukmccall in #2903🔢 Misc
isTranslucent
toScreenFragmentWrapper
& align method naming onScreen
by @ kkafar in #2818shouldUseCustomBackBarButtonItem
flag by @ maciekstosio in #2867SearchBar
code by renaming param by @ kkafar in #2882HeaderConfig
asViewProps
already include children by @ kkafar in #2883RNS_IGNORE_SUPER_CALL_BEGIN
by @ kkafar in #2907New Contributors
Full Changelog: 4.10.0...4.11.0
This beta includes mostly tests, refactors & other internal improvements. Beside that it brings 3 important fixes for iOS.
What's Changed
✅ Improvements / support changes
unstable_accessibilityContainerViewIsModal
prop forFullWindowOverlay
by @ kkafar in #2854🐞 Bug fixes