[Snyk] Upgrade react-native-screens from 3.0.0 to 3.31.1 #1387
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 was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to upgrade react-native-screens from 3.0.0 to 3.31.1.
As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.
✨ Snyk has automatically assigned this pull request, set who gets assigned.
ℹ️ 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 47 versions ahead of your current version.
The recommended version was released a month ago, on 2024-04-23.
Release notes
Package name: react-native-screens
Patch release including fixing errors during the install step in React Native applications with 3.31.0 version of React Native Screens.
Thanks for following along! 💙
What's Changed
🐛 Bug fixes
Full Changelog: 3.31.0...3.31.1
Minor release including adding support for React Native 0.74 and fixing targets of the touchables on the JS Stack.
Thanks for following along! 💙
What's Changed
🐛 Bug fixes
🔢 Miscellaneous
New Contributors
🙌 Thank you for your contributions!
Full Changelog: 3.31.0-rc.1...3.31.0
Release candidate no.2 for version 3.31.0 that removes declarations of some events on Fabric and changes event types.
Thanks for following along! 💙
Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.
What's Changed
🐛 Bug fixes
🔢 Miscellaneous
Full Changelog: 3.31.0-rc.0...3.31.0-rc.1
Release candidate no.1 for version 3.31.0 that adds support for React Native 0.74 and fixes build issues on Android.
Thanks for following along! 💙
Note: Please note that this version is a candidate for the next stable version of React Native Screens. If you encounter any issues or inconveniences, please let us know about them by submitting an issue.
What's Changed
👍 Improvements
🐛 Bug fixes
🔢 Miscellaneous
submodules
command in yarn, remove Flipper from Example by @ tboba in #2092Full Changelog: 3.30.1...3.31.0-rc.0
Patch release addressing an issue with building a package due to the missing submodule from
postinstall
command.🔢 Miscellaneous
Full Changelog: 3.30.0...3.30.1
Minor release including custom screen transitions, adding support for VisionOS, supporting
slide_from_left
animation on iOS and fixing other aspects (including wrong targets for touchable components on Fabric).Thanks for following along! 💙
Note: Please note that support for React Native versions lower than 0.68 have been dropped. Older versions may still continue to work with this and newer releases of react-native-screens, but bugs from deprecated versions will not be considered for repair.
What's Changed
👍 Improvements
Custom screen transitions - In 3.30.0, we've introduced a support for custom transition animations while making a "go back" gesture. Made by @ piaskowyk and @ WoLewicki in #1913
Support for VisionOS is here! - From now, react-native-screens offers bundled support for VisionOS platform. Made by @ okwasniewski in #2025
slide_from_left
transition on iOS - You can useslide_from_left
animation that will be used for pushing or popping a new screen. Made by @ kirillzyusko in #2057Add
cancelSearch
command on SearchBar by @ Jasonzj in #1987Fixed Android screen stack animation by @ janicduplessis in #2019
🐛 Bug fixes
runOnUiQueueThread
on 0.73 with Bridgeless by @ cortinico in #2022display
for_viewConfig
attribute by @ WoLewicki and @ tboba in #2071goBackGesture
screen transition by @ piaskowyk in #2061goBackGesture
by @ piaskowyk in #2060🔢 Miscellaneous
headerBackButtonClicked
event by @ WoLewicki in #2015New Contributors
🙌 Thank you for your contributions!
Full Changelog: 3.29.0...3.30.0
Minor release including fix for iOS that was accidentally omitted from 3.28.0. It should be now possible to present modal in outer stack, from modal in nested stack (😄 )
What's Changed
🐛 Bug fixes
Full Changelog: 3.28.0...3.29.0
Minor release adding a support for React Native 0.73, adding new iOS-like slide animation, fixing crashes with AVPlayer on iOS and resolving build issues on Android.
Note: Please note that when using new renderer - Fabric, only the 0.73.x version of
react-native
is supported from this version onwards. With Paper renderer backward compatibility is maintained.What's Changed
🐛 Bug fixes
traverseForScrollView
method by @ tboba in #1969👍 Improvements
🔢 Miscellaneous
New Contributors
Full Changelog: 3.27.0...3.28.0
Commit messages
Package name: react-native-screens