[Snyk] Upgrade react-native-screens from 4.16.0 to 4.18.0#120
Open
[Snyk] Upgrade react-native-screens from 4.16.0 to 4.18.0#120
Conversation
Snyk has created this PR to upgrade react-native-screens from 4.16.0 to 4.18.0. See this package in npm: react-native-screens See this project in Snyk: https://app.snyk.io/org/tleyden/project/9106db92-bca1-4641-9cd4-ef8dc22e753d?utm_source=github&utm_medium=referral&page=upgrade-pr
Contributor
|
Important Review skippedIgnore keyword(s) in the title. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
OSSF Scorecard (PR vs base)
|
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.
Snyk has created this PR to upgrade react-native-screens from 4.16.0 to 4.18.0.
ℹ️ 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 50 versions ahead of your current version.
The recommended version was released 2 months ago.
Release notes
Package name: react-native-screens
Minor release with important changes in bottom tabs icons API, recently added header items API and few more.
What's Changed
🟢 Improvements / Changes
label->titlein context of header items API by @ kkafar in #3318changesSelectionAsPrimaryActionto menu button item by @ kkafar in #3331🐞 Bug fixes
tabBarTintColoron iPadOS by @ kligarski in #3314🔢 Misc
labelinstead oftitlein example using react-navigation by @ kkafar in #3329Full Changelog: 4.17.1...4.18.0
Patch release with fix for failing iOS build in release mode.
What's Changed
Full Changelog: 4.17.0...4.17.1
Minor release including:
UIScrollEdgeEffect,See the full list of PRs below 👇🏻
What's Changed
🟢 Improvements
hideNavigationBar,obscureBackgroundprops in SearchBar by @ kligarski in #3211SafeAreaViewcomponent from/privateto/experimentalby @ kkafar in #3286🐞 Bug fixes
obscureBackgroundandhideNavigationBarby @ kligarski in #3199translucent == trueby @ maxencehenneron in #3239SafeAreaViewin Stack v4 to fix content rendering under UINavigationBar on iOS 26 by @ kligarski in #3231autoFocusto SearchBar Fabric spec file by @ kligarski in #3258labeledvisbility mode by @ kligarski in #3260systemDefaultoption toautoCapitalizeprop inSearchBarby @ kligarski in #3251colorErrorwith material:1.13.0 by @ Ubax in #3280whiteColortosystemBackgroundColorin tabs background workaround by @ kligarski in #3279🔢 Misc
react-native-screens/experimentalsubmodule by @ kkafar in #3222ScreenStackHost&StackScreento separate files by @ kkafar in #3224react-native@0.82by @ kligarski in #3259react-native@0.82by @ kligarski in #3261New Contributors
Full Changelog: 4.15...4.17.0
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
READMEand this PR for more details.