Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
@react-navigation/bottom-tabs (source) 7.4.2 -> 7.8.8 age confidence
@react-navigation/native (source) 7.1.14 -> 7.1.22 age confidence
expo (source) 54.0.22 -> 54.0.25 age confidence
expo-dev-client (source) 6.0.16 -> 6.0.18 age confidence
expo-router (source) 6.0.14 -> 6.0.15 age confidence
expo-splash-screen (source) 31.0.10 -> 31.0.11 age confidence
react (source) 19.1.0 -> 19.2.0 age confidence
react-dom (source) 19.1.0 -> 19.2.0 age confidence
react-native (source, changelog) 0.81.5 -> 0.82.1 age confidence
react-native-gesture-handler (source) ~2.28.0 -> ~2.29.0 age confidence
react-native-reanimated (source) 4.1.3 -> 4.1.5 age confidence
react-native-screens ~4.16.0 -> ~4.18.0 age confidence
react-native-webview 13.15.0 -> 13.16.0 age confidence
react-native-worklets (source) 0.5.1 -> 0.6.1 age confidence

Release Notes

react-navigation/react-navigation (@​react-navigation/bottom-tabs)

v7.8.8

Compare Source

v7.8.7

Compare Source

Bug Fixes

v7.8.6

Compare Source

v7.8.5

Compare Source

v7.8.4

Compare Source

Bug Fixes
  • fix native tab bar color in dark theme (056a9e5) - by @​

v7.8.3

Compare Source

Bug Fixes
  • don't wrap tab switch in a transition (9e1d019) - by @​

v7.8.2

Compare Source

Bug Fixes
  • fix color from tab bar badge style not being used in native tabs (4b2d7f7) - by @​

v7.8.1

Compare Source

Bug Fixes
  • fix showing search bar in native tab bar (681f408) - by @​

v7.8.0

Compare Source

Features
  • don't show native header by default in native bottom tabs (fc81d9a) - by @​

v7.7.3

Compare Source

v7.7.2

Compare Source

Bug Fixes

v7.7.1

Compare Source

Bug Fixes
  • add missing options (503aef2) - by @​

v7.7.0

Compare Source

Features

v7.6.0

Compare Source

Features
  • restore unhandled state after route names change (#​12812) (d773976) - by @​

v7.5.0

Compare Source

Features

v7.4.9

Compare Source

Bug Fixes

v7.4.8

Compare Source

v7.4.7

Compare Source

v7.4.6

Compare Source

v7.4.5

Compare Source

v7.4.4

Compare Source

v7.4.3

Compare Source

Note: Version bump only for package @​react-navigation/bottom-tabs

react-navigation/react-navigation (@​react-navigation/native)

v7.1.22

Compare Source

v7.1.21

Compare Source

Bug Fixes

v7.1.20

Compare Source

v7.1.19

Compare Source

v7.1.18

Compare Source

Bug Fixes

v7.1.17

Compare Source

v7.1.16

Compare Source

v7.1.15

Compare Source

Note: Version bump only for package @​react-navigation/native

expo/expo (expo)

v54.0.25

Compare Source

v54.0.24

Compare Source

v54.0.23

Compare Source

expo/expo (expo-dev-client)

v6.0.18

Compare Source

v6.0.17

Compare Source

expo/expo (expo-router)

v6.0.15

Compare Source

expo/expo (expo-splash-screen)

v31.0.11

Compare Source

facebook/react (react)

v19.2.0

Compare Source

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.2 release post for more information.

New React Features
  • <Activity>: A new API to hide and restore the UI and internal state of its children.
  • useEffectEvent is a React Hook that lets you extract non-reactive logic into an Effect Event.
  • cacheSignal (for RSCs) lets your know when the cache() lifetime is over.
  • React Performance tracks appear on the Performance panel’s timeline in your browser developer tools
New React DOM Features
  • Added resume APIs for partial pre-rendering with Web Streams:
  • Added resume APIs for partial pre-rendering with Node Streams:
  • Updated prerender APIs to return a postponed state that can be passed to the resume APIs.
Notable changes
  • React DOM now batches suspense boundary reveals, matching the behavior of client side rendering. This change is especially noticeable when animating the reveal of Suspense boundaries e.g. with the upcoming <ViewTransition> Component. React will batch as much reveals as possible before the first paint while trying to hit popular first-contentful paint metrics.
  • Add Node Web Streams (prerender, renderToReadableStream) to server-side-rendering APIs for Node.js
  • Use underscore instead of : IDs generated by useId
All Changes
React
React DOM
React Server Components
React Reconciler

v19.1.1

Compare Source

React
facebook/react-native (react-native)

v0.82.1: 0.82.1

Compare Source

Fixed
Android specific
iOS specific
  • Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error (068ec39aea by @​chrfalch)

Hermes dSYMS:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

v0.82.0: 0.82.0

Compare Source


Hermes dSYMS:

ReactNativeDependencies dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

software-mansion/react-native-gesture-handler (react-native-gesture-handler)

v2.29.1: 2.29.1

Compare Source

🐛 Bug fixes

  • [android] fix ripple effect after #​3742

v2.29.0

Compare Source

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@2.28.0...2.29.0

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

v4.1.5

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.1.4...4.1.5

v4.1.4

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.1.3...4.1.4

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

v4.18.0

Compare Source

Minor release with important changes in bottom tabs icons API, recently added header items API and few more.

What's Changed

🟢 Improvements / Changes
🐞 Bug fixes
🔢 Misc

Full Changelog: software-mansion/react-native-screens@4.17.1...4.18.0

v4.17.1

Compare Source

Patch release with fix for failing iOS build in release mode.

What's Changed

  • fix(iOS): build error in release mode - imageLoader not defined by @​kkafar in #​3300

Full Changelog: software-mansion/react-native-screens@4.17.0...4.17.1

v4.17.0

Compare Source

Minor release including:

  • 👉🏻 Important patches for iOS 26 behaviour
  • 👉🏻 New API for specifying native header items on iOS by @​johankasperi,
  • 👉🏻 New experimental safe area component handling native header / bottom tabs, etc.,
  • 👉🏻 Support for UIScrollEdgeEffect,
  • 👉🏻 Support for "glassy" form sheets on iOS 26,
  • 👉🏻 Many other important patches & improvements.

See the full list of PRs below 👇🏻

What's Changed

🟢 Improvements
🐞 Bug fixes

Configuration

📅 Schedule: Branch creation - "before 6am on the first day of the week" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 force-pushed the renovate/dependencies-(non-major) branch 7 times, most recently from a6adc5e to 7565a6c Compare November 17, 2025 12:54
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from 94fc8fa to f6f56eb Compare November 20, 2025 17:29
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 2 times, most recently from 9e4bab3 to 031a3cd Compare November 29, 2025 23:33
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 031a3cd to 08f953c Compare December 2, 2025 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant