Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2025

Note

Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to mend[bot].

This notice will be removed on 2025-10-07.


This PR contains the following updates:

Package Change Age Confidence
react-native-screens 4.14.0 -> 4.16.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

software-mansion/react-native-screens (react-native-screens)

v4.16.0

Compare Source

This release introduces support for dark mode in Bottom Tabs on Android, new search bar placements and search bar integration with the toolbar on iOS 26.

[!CAUTION]

In this release, library installation steps for Android have been modified - please refer to the "Installation" section of README and this PR for more details.

[!IMPORTANT]

In order to align our library with native iOS 26 behavior, we've decided to change default placement value in RNSSearchBar to 'automatic'. This change will make it easier for users to adopt the new integrated search bar on iOS 26.
Additionally, we've fixed the default value for hideWhenScrolling prop in new architecture to match the old architecture and native UIKit behavior.

What's Changed

🟢 Improvements
🐞 Bug fixes
  • fix(Android): add custom fragment factory & modify library installation steps to prevent on-restoration crashes by @​Skalakid in #​3089
🔢 Misc

New Contributors

Full Changelog: software-mansion/react-native-screens@4.15.4...4.16.0

v4.15.4

Compare Source

Patch version fixing a bug on iOS with back button title disappearing when stack was used in bottom tabs.

What's Changed

  • fix(iOS, Stack v4 + Tabs): back button title disappearing when nested in tab by @​kligarski in #​3166

Full Changelog: software-mansion/react-native-screens@4.15.3...4.15.4

v4.15.3

Compare Source

Patch version fixing bugs related to systemItem on iOS Bottom Tabs.

What's Changed

Full Changelog: software-mansion/react-native-screens@4.15.2...4.15.3

v4.15.2

Compare Source

Patch version downgrading Coil library to resolve Android build issues on RN 0.79 #​3157

What's Changed

Full Changelog: software-mansion/react-native-screens@4.15.1...4.15.2

v4.15.1

Compare Source

Patch version with fixing imports for backward compatibility #​3153

What's Changed

Full Changelog: software-mansion/react-native-screens@4.15...4.15.1

v4.15.0

Compare Source

v4.14.1

Compare Source

Patch version with fixing possible runtime crash on web #​3132.

What's Changed

Full Changelog: software-mansion/react-native-screens@4.14...4.14.1


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update dependency react-native-screens to v4.14.0 Update dependency react-native-screens to v4.14.0 - autoclosed Aug 14, 2025
@renovate renovate bot closed this Aug 14, 2025
@renovate renovate bot deleted the renovate/react-native-screens-4.x-lockfile branch August 14, 2025 09:54
@renovate renovate bot changed the title Update dependency react-native-screens to v4.14.0 - autoclosed Update dependency react-native-screens to v4.14.0 Aug 14, 2025
@renovate renovate bot reopened this Aug 14, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from e7bfd77 to d395140 Compare August 14, 2025 13:47
@renovate renovate bot changed the title Update dependency react-native-screens to v4.14.0 Update dependency react-native-screens to v4.14.1 Aug 14, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch 3 times, most recently from 633796d to 4025bfb Compare August 15, 2025 10:48
@renovate
Copy link
Contributor Author

renovate bot commented Aug 15, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: firebolt@1.0.29-alpha
npm error Found: react@18.3.1
npm error node_modules/react
npm error   react@"18.3.1" from the root project
npm error   peer react@"*" from react-native-screens@4.16.0
npm error   node_modules/react-native-screens
npm error     react-native-screens@"4.16.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react@"^19.1.0" from react-native@0.81.4
npm error node_modules/react-native
npm error   react-native@"0.81.4" from the root project
npm error   peer react-native@"*" from react-native-screens@4.16.0
npm error   node_modules/react-native-screens
npm error     react-native-screens@"4.16.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-09-30T09_06_52_407Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-09-30T09_06_52_407Z-debug-0.log

@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch 2 times, most recently from 47ec678 to de51ac7 Compare August 17, 2025 14:36
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from de51ac7 to 35f2f8b Compare August 22, 2025 12:50
@renovate renovate bot changed the title Update dependency react-native-screens to v4.14.1 Update dependency react-native-screens to v4.15.2 Aug 22, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from 35f2f8b to eec1232 Compare September 1, 2025 13:37
@renovate renovate bot changed the title Update dependency react-native-screens to v4.15.2 Update dependency react-native-screens to v4.15.4 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from eec1232 to 2224dea Compare September 4, 2025 17:10
@renovate renovate bot changed the title Update dependency react-native-screens to v4.15.4 Update dependency react-native-screens to v4.16.0 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from 2224dea to fa848a6 Compare September 13, 2025 17:55
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from fa848a6 to 021efec Compare September 25, 2025 14:15
@renovate renovate bot force-pushed the renovate/react-native-screens-4.x-lockfile branch from 021efec to a810a10 Compare September 30, 2025 09:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant