fix(deps): update dependency react-native-screens to ~3.32.0 #37
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 contains the following updates:
~3.29.0
->~3.32.0
Release Notes
software-mansion/react-native-screens (react-native-screens)
v3.32.0
Compare Source
v3.31.1
Compare Source
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: software-mansion/react-native-screens@3.31.0...3.31.1
v3.31.0
Compare Source
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: software-mansion/react-native-screens@3.31.0-rc.1...3.31.0
v3.30.1
Compare Source
Patch release addressing an issue with building a package due to the missing submodule from
postinstall
command.🔢 Miscellaneous
Full Changelog: software-mansion/react-native-screens@3.30.0...3.30.1
v3.30.0
Compare Source
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 https://github.com/software-mansion/react-native-screens/pull/1913
Support for VisionOS is here! - From now, react-native-screens offers bundled support for VisionOS platform. Made by @okwasniewski in https://github.com/software-mansion/react-native-screens/pull/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 https://github.com/software-mansion/react-native-screens/pull/2057Add
cancelSearch
command on SearchBar by @Jasonzj in https://github.com/software-mansion/react-native-screens/pull/1987Fixed Android screen stack animation by @janicduplessis in https://github.com/software-mansion/react-native-screens/pull/2019
🐛 Bug fixes
runOnUiQueueThread
on 0.73 with Bridgeless by @cortinico in https://github.com/software-mansion/react-native-screens/pull/2022display
for_viewConfig
attribute by @WoLewicki and @tboba in https://github.com/software-mansion/react-native-screens/pull/2071goBackGesture
screen transition by @piaskowyk in https://github.com/software-mansion/react-native-screens/pull/2061goBackGesture
by @piaskowyk in https://github.com/software-mansion/react-native-screens/pull/2060🔢 Miscellaneous
headerBackButtonClicked
event by @WoLewicki in https://github.com/software-mansion/react-native-screens/pull/2015New Contributors
🙌 Thank you for your contributions!
Full Changelog: software-mansion/react-native-screens@3.29.0...3.30.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.