[Snyk] Upgrade react-native-screens from 4.9.2 to 4.10.0 #1146
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.9.2 to 4.10.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 5 versions ahead of your current version.
The recommended version was released 23 days ago.
Release notes
Package name: react-native-screens
-
4.10.0 - 2025-03-27
⚠️ Important
- chore: update iOS min supported version to 15.1 by @ kkafar in #2799
- feat(iOS): add experimental support for scrollview header when using formsheet by @ kkafar in #2747
- fix(Android,Fabric): prevent header subviews from disappearing after hot-reload by @ kkafar in #2807
- fix(Android,Fabric): prevent Yoga from stretch-fitting height of header subview by @ kkafar in #2811
- fix(Android,Fabric): prevent header subview disappearance when using
- fix(Android): pressables under sheets dimming view intercept gesture events by @ kkafar in #2740
- fix(Android): missing content when using flex for formsheet contents by @ kkafar in #2748
- fix(Android): prevent crash by properly managing lifecycle of the dimming view by @ kkafar in #2750
- fix(Android): findTitleTextViewInToolbar couldn't find the correct view in certain cases by @ herlihalim in #2757
- fix(Android,native-stack): fix check for
- fix(Android):
- fix: FullWindowOverlay not working with dynamic frameworks by @ war-in in #2769
- fix: update workaround preventing React Native from hiding frozen screens to work with RN 0.78 by @ kligarski in #2778
- fix(Android): adapt header insets when interface orientation changes by @ kkafar in #2756
- fix(Android): fix drawing order when dismissing multiple stacked sheets by @ kkafar in #2771
- fix(Android,Paper): header config blocks gestures close to the top of the screen by @ kkafar in #2781
- fix(Android): keep
- fix(Android,Fabric): pressables losing focus on screens with
- fix(Android):
- fix(Android): implement ReactPointerEventsView to prevent header config from intercepting touches by @ kkafar in #2796
- fix(iOS): use prefersPageSizing for modal on iOS 18.0+ by @ kligarski in #2797
- fix(Android): fix backward compat with K1 compiler by @ kligarski in #2808
- chore: add test examples do example app by @ kkafar in #2735
- fix(TVOS): update dependencies to fix TVOSExample by @ kligarski in #2751
- refactor(Android): kotlinize
- chore(examples): adjust metro config to allow for easier modify-test loop with react-navigation submodule by @ kkafar in #2765
- chore(Android): remove unused NativeDismissalObserver interface by @ kkafar in #2768
- chore: remove unnecessary enableFreeze from Example.tsx by @ kligarski in #2779
- chore(CI): install reanimated 3.17.1 in
- refactor(Android): rename
- chore(CI): run e2e tests on Fabric by @ kkafar in #2734
- fix(CI): add missing AVD dependency to Paper Android e2e workflow by @ kligarski in #2786
- fix(CI): change order of events in Fabric iOS events e2e test by @ kligarski in #2785
- refactor(iOS): cleanup no. 1 in
- @ herlihalim made their first contribution in #2757
- @ war-in made their first contribution in #2769
-
4.10.0-beta.3 - 2025-03-17
⚠️ fix(Android): adapt header insets when interface orientation changes by @ kkafar in #2756 -
⚠️ fix(Android): fix drawing order when dismissing multiple stacked sheets by @ kkafar in #2771
- fix: FullWindowOverlay not working with dynamic frameworks by @ war-in in #2769
- fix: update workaround preventing React Native from hiding frozen screens to work with RN 0.78 by @ kligarski in #2778
- fix(Android,Paper): header config blocks gestures close to the top of the screen by @ kkafar in #2781
- fix(Android): keep
- chore(Android): remove unused NativeDismissalObserver interface by @ kkafar in #2768
- chore: remove unnecessary enableFreeze from Example.tsx by @ kligarski in #2779
- chore(CI): install reanimated 3.17.1 in
- refactor(Android): rename
- chore(CI): run e2e tests on Fabric by @ kkafar in #2734
- @ war-in made their first contribution in #2769
-
4.10.0-beta.2 - 2025-03-10
-
4.10.0-beta.1 - 2025-02-27
-
4.10.0-beta.0 - 2025-02-27
-
4.9.2 - 2025-03-12
from react-native-screens GitHub release notesMinor release adding support for
formSheet+ScrollView+ sticky header layout on iOS (requires specific view hierarchy to work, see: #2747). The release includes also series of important fixes.There are a lot of big internal changes in this release - we kindly ask you to report any bug issues and especially regressions we didn't catch.
Cheers!
What's Changed
Please note that this change only aligns the library with the behaviour of min. supported
react-nativeversion, which is 0.76 (old arch) and 0.77 (new arch). This should not affect your apps unless you're using olderreact-nativeversion + custom patches.🟢 Improvements
🐞 Bug fixes
setOptionsby @ kkafar in #2812sheetAllowedDetentsvalue & apply appropriate styles by @ kkafar in #2762formSheetnot visible when going back frompushin parent stack by @ kkafar in #2767formSheetselected detent index after fragment reattachment by @ kkafar in #2782formSheetpresentation by @ kkafar in #2788formSheetwithfitToContentsdoes not have correct height after goBack by @ kkafar in #2789🔢 Misc
ScreenStack.onUpdatemethod by @ kkafar in #2763Exampleby @ kkafar in #2780notifyChildUpdated->onChildUpdatedby @ kkafar in #2783RNSScreenStackHeaderConfig.updateViewController:withConfig:animated:by @ kkafar in #2798New Contributors
Full Changelog: 4.9.1...4.10.0
What's Changed
Another beta release focused on bugfixes. Stable version is expected by the end of the week in positive scenario.
🐞 Bugfixes
formSheetselected detent index after fragment reattachment by @ kkafar in #2782Misc
Exampleby @ kkafar in #2780notifyChildUpdated->onChildUpdatedby @ kkafar in #2783New Contributors
Full Changelog: 4.10.0-beta.2...4.10.0-beta.3
Release 4.9.2
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: