fix(deps): update dependency react-native-screens to v4 #575
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.35.0
->~4.4.0
Release Notes
software-mansion/react-native-screens (react-native-screens)
v4.4.0
Compare Source
v4.3.0
Compare Source
What's Changed
Bug fixes
Misc
Full Changelog: software-mansion/react-native-screens@4.2.0...4.3.0
v4.2.0
Compare Source
What's Changed
👍 Improvements
🐛 Bug fixes
🔢 Miscellaneous
Full Changelog: software-mansion/react-native-screens@4.1.0...4.2.0
v4.1.0
Compare Source
What's Changed
Minor release with initial fixes after 4.0.0 release. Most importantly we've fixed regression on old architecture, where there was no animation when hiding modal programatically on iOS. Additionally some build time warning have been fixed to unblocks builds using
-Werror
compiler option.🐛 Bug fixes
ScreenModule
by @lukmccall in https://github.com/software-mansion/react-native-screens/pull/2494-Werror -Wreturn-path
by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2497🔢 Miscellaneous
Full Changelog: software-mansion/react-native-screens@4.0.0...4.1.0
v4.0.0
Compare Source
What's Changed
Stable 4.0.0 🎉 Huge thanks & shoutout to all the contributors, issue reporters & the team of
react-native-screens
.While these release notes might be daunting, we have a blog incoming that should lay out all the changes nicely, in more digestive form.
Cheers!
👍 Improvements / API changes
compatibilityFlags
with new flag regarding header implementation by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2411shouldUseActivityState
flag by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2414fullScreenSwipeShadowEnabled
to true by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2481ios_from_left
slide animation by @chrispader in https://github.com/software-mansion/react-native-screens/pull/2328none
&largest
values forsheetLargestUndimmedDetent
prop by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2359ScreenFooter
for web by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2369ScreenContentWrapper
for web by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2368🐛 Bug fixes
DoNotStrip
annotation to JNI-accessed methods by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2290Screen
loses focus on pointer movement by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2292translucent
nav bar (until it's explicitly specified) by @kirillzyusko in https://github.com/software-mansion/react-native-screens/pull/2301HeaderConfig
impacts layout ofScreen
's contents by @alduzy in https://github.com/software-mansion/react-native-screens/pull/2395fitToContents
sheet detent by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2398invalidate
on deleted screens by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2402activityState
regression check false-positive by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2404activityState
by @kkafar in https://github.com/software-mansion/react-native-screens/pull/2406extraLight
blur not working by @maksg, @kkafar in https://github.com/software-mansion/react-native-screens/pull/2338🔢 Miscellaneous
react-native.config.js
by @lukmccall in https://github.com/software-mansion/react-native-screens/pull/2432New Contributors
Full Changelog: software-mansion/react-native-screens@3.34.0...4.0.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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.