[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
formSheetpresentation, introduction ofpageSheetpresentation on iOS and integration withreact-native-edge-to-edgeon 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_accessibilityContainerViewIsModalprop forFullWindowOverlayby @ kkafar in #2854react-native-edge-to-edgeby @ zoontek in #2464fitToContentssheet height react to dynamic content by @ kligarski in #2877🐞 Bug fixes
gesture-handleris present by @ kkafar in #2819useHeaderHeightdoes not report correct value after cancelling search by @ maciekstosio in #2817TouchableOpacitydoes not work on screens withheaderTranslucent: trueon notchless iOS devices with older OS versions by @ kkafar in #2858ScreenStackHeaderSearchBarViewinvalid props type by @ kkafar in #2881providers.execto enableconfiguration-cacheby @ lukmccall in #2903🔢 Misc
isTranslucenttoScreenFragmentWrapper& align method naming onScreenby @ kkafar in #2818shouldUseCustomBackBarButtonItemflag by @ maciekstosio in #2867SearchBarcode by renaming param by @ kkafar in #2882HeaderConfigasViewPropsalready include children by @ kkafar in #2883RNS_IGNORE_SUPER_CALL_BEGINby @ 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_accessibilityContainerViewIsModalprop forFullWindowOverlayby @ kkafar in #2854🐞 Bug fixes