[Snyk] Upgrade react-native-screens from 4.11.1 to 4.13.1 #6
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.11.1 to 4.13.1.
ℹ️ 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 4 versions ahead of your current version.
The recommended version was released a month ago.
Release notes
Package name: react-native-screens
-
4.13.1 - 2025-07-17
-
4.13.0 - 2025-07-17
- release: 4.13.0 (ca2bf1a)
- chore: mark all gamma APIs as experimental (d2b9f3b)
- fix(iOS, Tabs+native-stack): allow for bottom, left, right extended layout edges with native stack header non-translucent (7fc48aa)
- feat(iOS, Tabs): add support for custom images and templates for tab bar item icons (900fa48)
- chore(deps): bump brace-expansion from 1.1.11 to 1.1.12 in /docs (4835039)
- feat(iOS, SplitView): Add support for showsSecondaryOnlyButton (0119cbc)
- feat(iOS, SplitView): Add support for presentsWithGesture prop (260b3fd)
- feat(iOS, SplitView): Add support for preferredDisplayMode prop (346d86d)
- chore: update react-native-is-edge-to-edge to 1.2.1 (089885d)
- chore(CI): disable e2e workflows temporarily (fee8faf)
- fix(iOS): Replace calls to
- chore(CI): add
- chore(example): update TVOSExample podfile lock after release & rebase of labs change (1f4493f)
- fix(iOS): Disable
- Bump lockfiles after rebase on main (b2f40f3)
- feat(legacy-arch): basic support for legacy architecture for bottom tabs (29dc088)
- feat(iOS, SplitView): Add support for preferredSplitBehavior prop (24d88f7)
- chore(CI): add Paper CI for main-labs, use RNS_GAMMA_ENABLED=0 (80f6d26)
- fix(iOS, Tabs): bring back badgeValue prop (55d8cb8)
- feat(iOS, Tabs): revert contentInsetAdjustmentBehavior to automatic for ScrollViews (1b6e5c2)
- feat(iOS, SplitView): Adapt SplitView layout integration to iOS 26 requirements (29ae3bd)
- feat(Android, Tabs): check the android scope and package scope for android drawable resources (09f98b3)
- feat(Android,Tabs): Allow fontFamily, fontWeight and fontStyle on android tabs (86279b7)
- feat(Android, Tabs): Handle font size active/inactive (7e6e07e)
- feat(Android,Tabs): add prop for android system drawable (339b0d8)
- fix(Android): add missing setters in view manager interfaces for legacy arch (dd242eb)
- chore(Android): make the library build with legacy architecture (1edf757)
- docs: update contributing guide with instructions for Gamma project (f11364e)
- feat(Android,Tabs): add icon color props (83cf15e)
- feat(Android,Tabs): add item tittle color props (0435c92)
- feat(iOS, SplitView) Setup basic logic for custom ShadowNodes (02e699b)
- feat(iOS, Tabs): add tabBarTintColor (82ab88b)
- feat(iOS, Tabs): add props to control micro interactions (a684d5f)
- feat(iOS, Tabs): add support for scrolling ScrollView to top on repeated tab selection (bd98527)
- feat(iOS, Tabs): add support for popping nested stack to root on repeated tab selection (02eb227)
- chore(CI): add RNS_GAMMA_ENABLED=1 for new arch build tests (2363d98)
- feat(Deploy): automatically increment minor version for nightly build (ccfac22)
- chore(iOS): exclude gamma project files from end-user builds (02d6982)
- chore(iOS): make the library build with legacy architecture (fc9ea1e)
- fix(iOS, Tabs): prevent tab bar animation on initial load (08f4fab)
- chore(iOS, SplitView) Run yarn format for SplitView files (efd9ceb)
- fix(iOS,Stack) Fix StackContainer import error (2cbfb45)
- style(iOS, Android): setup CI workflow for linting (835fbf6)
- feat(Android): add basic support for nesting v4 stack in new bottom-tabs (d62b0a3)
- refactor(Test): move BottomTabsContainer and StackContainer to shared components folder (8ca3d94)
- feat(iOS, SplitView): Basic skeleton for SplitView (987b979)
- feat(iOS): new three-state lifecycle for stack (9fe0a78)
- feat(iOS, Tabs): animate changes to view controllers (33d309f)
- feat(iOS, Tabs): add SFSymbol icons, iconColor and titlePositionAdjustment (ccfa831)
- chore(iOS): Remove empty TARGET_OS_TV block (0af2d81)
- refactor(example): remove alternative ways of using
- refactor(example): Use regular functions & format the code (2a7b27b)
- refactor(iOS): simplify event emitting code in
- feat(Android): basic support for tab bar background color (a201560)
- feat(iOS): add basic stack management (ed7850a)
- feat(Android): add support for menu item title (84a6d4b)
- fix(iOS,Tabs): fix
- refactor(Android): structurize updates to tab container & run them on as-needed basis (cfc23ac)
- feat(Android): enable tab switching (14181a6)
- feat(Android): emit
- refactor(Android): make
- chore(Android): add
- feat(Android): add lifecycle events support for bottom navigation view impl (a4af202)
- feat(Android): PoC of tabs for Android (aa75e7c)
- chore(CI): limit e2e runs to main branch only (e128e36)
- chore(FabricExample): temp. remove dependency on reanimated & worklets (c1c06c0)
- fix(iOS): prevent bridging Swift header from being included in umbrella header (e2ea87f)
- feat(iOS, Tabs): add text styling for tab bar item labels (3891ae3)
- feat(iOS, Tabs): set tab bar appearance via screen (33267cf)
- chore(CI): update selected workflows to run or not on
- refactor(iOS): hide any C++ symbols from native-public API (cfaba29)
- feat(example): add simple stack implementation for testing (4004887)
- refactor(iOS): migrate RNSStackController to Swift (71bee46)
- refactor(iOS): setup Swift & migrate RNSStackScreenController to Swift (adb6295)
- fix: add missing components to codegen config (85eb766)
- chore: allow for blank issues temporarily (b926d7c)
- feat(iOS,stack): add skeleton code for new stack implementation (b6ec76f)
- chore(example): use summary component in TabContentView (7e5d297)
- chore(example): overhaul example to allow more comfortable feature testing (56157ff)
- feat(bottom-tabs,iOS): change default value for controlledBottomTabs featrue flag to true (3d85d59)
- fix(bottom-tabs,iOS): disable view recycling for the sake of quick reload (d88e555)
- chore(example): add dynamic configuration to
- feat: introduce
- feat(bottom-tabs,iOS,experiment): implement JS-only tab change, expose
- feat(bottom-tabs,iOS): allow for custom event handlers on BottomTabsScreen (abbb57a)
- feat(bottom-tabs,iOS): support for placeholder while rendering main tab content (404bb0f)
- fix(bottom-tabs,iOS): regression in JS tab change - wrong signal sent to controller (ac5fcf6)
- refactor(bottom-tabs,iOS): prop renaming (avoid conflicts with UIKit) & workarounds for codegen issues (ebda803)
- feat(bottom-tabs,iOS): throw error on more than single focused tab in debug mode (ea98952)
- feat(bottom-tabs,iOS): add support for title font size (fe01c99)
- feat(bottom-tabs,iOS): add support for title (d5e17be)
- feat(bottom-tabs,iOS): add support for badgeColor (3c4ef70)
- feat(bottom-tabs,iOS): add support for badgeValue (436d430)
- refactor(bottom-tabs,iOS): improve communication architecture between native components & add comments (1870f06)
- feat(bottom-tabs,iOS): add support for freezing tab screens on JS-tab changes (880bea9)
- feat(iOS): PoC of JS tab changing & lifecycle events (d6b782b)
- Add support for blurEffect (bb49e27)
- feat(iOS): native bottom tabs PoC (896c2c6)
-
4.13.0-nightly-20250716-260b3fd78 - 2025-07-16
-
4.12.0 - 2025-07-16
- feat: add support for
- fix(iOS): lack of animation on modal replacement by @ kkafar in #2958
- fix: remove javapart ref from cpp nativeproxy by @ WoLewicki in #2934
- fix: schedule delayed freeze with
- fix(iOS): handle presenting custom modal when attempting to exit screen with preventNativeDismiss by @ kligarski in #2976
- docs: add missing information about status bar props by @ kligarski in #2953
- test(e2e, Fabric): add e2e tests for issue/PR examples 761..791 by @ kligarski in #2957
- refactor(iOS, Fabric): move updateFormSheetPresentationStyle to updateProps by @ kligarski in #2952
- chore(iOS): remove unused variables in modal updating function by @ kkafar in #2960
- refactor(iOS): simplify code structure in "finish" block in modal update code by @ kkafar in #2961
- refactor(Android): migrate from deprecated
- chore: bump main examples & lib to use
- chore: bump main examples & lib to
- chore: bump apps to
- release: 4.12.0 by @ kkafar in #2997
-
4.11.1 - 2025-05-28
from react-native-screens GitHub release notesPatch version with #3032 fixing possible runtime crash on iOS.
This release publishes our alpha versions of implementation of native bottom tabs, native split view (iOS only), and refactor of existing components.
Caution
Please note that these published APIs are experimental, and are mostly meant for downstream navigation library authors, so that they can start working on adoption. These can be used as standalone components however, but keep in mind, that the APIs are not yet stable, and bugs are expected.
Example usage can be found e.g. here.
We're counting on you, as early adopters, to start testing these APIs & give us feedback / ideas how to shape them.
All APIs except bottom tabs, require the library being build with
RNS_GAMMA_ENABLED=1env var set. APIs behind that flag are meant for next major version.@ kkafar: Huge thanks to the whole Screens team @ kligarski @ t0ms0n00 @ maciekstosio @ kmichalikk @ WoLewicki @ kmagiera for the initial work here. Let's keep going 💪🏻
Enjoy!
What's Changed
UIOffsetctors with calls toUIOffsetMake(cdfd149)RNS_GAMMA_ENABLEDenv var for TVOS CI (f9f330d)DEFINES_MODULEfor stable app version (w/o gamma project enabled) (125be18)StackContainerin example (ecfbb76)RNSStackScreenController(fe1e40d)titlebeing errorneously assigned totabKey(9eb7365)onNativeFocusChange& react to JS focus change (8316c82)TabScreenEventEmitterinherit fromBaseEventEmitter(118d6e9)BaseEventEmitterabstract class (32ca419)main-labs(ecc6d3f)TestBottomTabs(901383c)featureFlagsstruct & addcontrolledBottomTabsflag (8ce2cfa)experimentControlNavigationStateInJS(2928e28)Full Changelog: 4.12.0...4.13.0
What's Changed
Minor release with few fixes & internal refactors.
🟢 Improvements
screenIdprop allowing for native screen recognition by @ kkafar in #2967🐞 Bug fixes
setTimeoutto prevent React infinite loop by @ kligarski in #2963🔢 Misc
MapBuilderAPI by @ kkafar in #2968react-native@0.79.3by @ kkafar in #2825react-native@0.80by @ kkafar in #2970react-native@0.80.0-rc.5to fix issues with pods by @ kligarski in #2975Full Changelog: 4.10.0...4.12.0
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: