[Snyk] Upgrade react-native-screens from 3.0.0 to 3.34.0 #1703
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 3.0.0 to 3.34.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 on 2 months ago.
Release notes
Package name: react-native-screens
Recently released 3.33.0 introduced a crash when running on Android + Fabric + "bridgefull" combination of platform / architecture. This version introduces a fix for that crash with changes in native code, thus bumping minor version.
What's Changed
🐛 Bug fixes
🔢 Miscellaneous
Full Changelog: 3.33.0...3.34.0
Minor release heavily focused on fixing existing Fabric bugs. This version also comes with compatibility with
[email protected]
(in its current state - 0.75-rc.6) and a new prop for shadow control (details below).We want to give a shoutout to @ janicduplessis and every person who reported issues in our repository. This is really a big help, thanks a lot! You are the cornerstone of open source community!
Thanks for following along! 💙
What's Changed
Here's more detailed information on what changes this release introduces.
👍 Improvements
🐛 Bug fixes
unmountChildComponent:index:
by @ kkafar in #2261🔢 Miscellaneous
compareFrameSizes
tocheckFrameSizesEqualWithEps
by @ kkafar in #2217New Contributors
Full Changelog: 3.32.0...3.33.0
Minor release aimed at bugfixing & internal refactorings, however not lacking few nice new features, enjoy 🎉
What's Changed
👍 Improvements
🐛 Bug fixes
UnsatisfiedLinkError
by @ piaskowyk in #2128Pressable
elements by @ kkafar in #2131-[RNSScreenContainer init]
to call-[UIView initWithFrame:]
designated initalizer by @ Brett-Best in #2161🔢 Miscellaneous