Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@livekit/components-react (source) 2.9.16 -> 2.9.17 age confidence
@livekit/react-native 2.9.5 -> 2.9.6 age confidence
@react-navigation/bottom-tabs (source) 7.4.2 -> 7.8.12 age confidence
@react-navigation/native (source) 7.1.14 -> 7.1.25 age confidence
expo (source) 54.0.22 -> 54.0.27 age confidence
expo-constants (source) 18.0.10 -> 18.0.11 age confidence
expo-dev-client (source) 6.0.16 -> 6.0.20 age confidence
expo-font (source) 14.0.9 -> 14.0.10 age confidence
expo-router (source) 6.0.14 -> 6.0.17 age confidence
expo-splash-screen (source) 31.0.10 -> 31.0.12 age confidence
expo-status-bar (source) 3.0.8 -> 3.0.9 age confidence
expo-symbols (source) 1.0.7 -> 1.0.8 age confidence
expo-system-ui (source) 6.0.8 -> 6.0.9 age confidence
react (source) 19.1.0 -> 19.2.1 age confidence
react-dom (source) 19.1.0 -> 19.2.1 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.1 -> ~4.2.0 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.7.1 age confidence

Release Notes

livekit/components-js (@​livekit/components-react)

v2.9.17

Compare Source

Patch Changes
livekit/client-sdk-react-native (@​livekit/react-native)

v2.9.6: Release 2.9.6

Compare Source

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

v7.8.12

Compare Source

v7.8.11

Compare Source

v7.8.10

Compare Source

v7.8.9

Compare Source

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.25

Compare Source

v7.1.24

Compare Source

v7.1.23

Compare Source

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.27

Compare Source

v54.0.26

Compare Source

This version does not introduce any user-facing changes.

v54.0.25

Compare Source

v54.0.24

Compare Source

v54.0.23

Compare Source

expo/expo (expo-constants)

v18.0.11

Compare Source

This version does not introduce any user-facing changes.

expo/expo (expo-dev-client)

v6.0.20

Compare Source

This version does not introduce any user-facing changes.

v6.0.19

Compare Source

This version does not introduce any user-facing changes.

v6.0.18

Compare Source

v6.0.17

Compare Source

expo/expo (expo-font)

v14.0.10

Compare Source

This version does not introduce any user-facing changes.

expo/expo (expo-router)

v6.0.17

Compare Source

💡 Others

v6.0.16

Compare Source

🐛 Bug fixes

v6.0.15

Compare Source

expo/expo (expo-splash-screen)

v31.0.12

Compare Source

This version does not introduce any user-facing changes.

v31.0.11

Compare Source

expo/expo (expo-status-bar)

v3.0.9

Compare Source

This version does not introduce any user-facing changes.

expo/expo (expo-symbols)

v1.0.8

Compare Source

This version does not introduce any user-facing changes.

expo/expo (expo-system-ui)

v6.0.9

Compare Source

This version does not introduce any user-facing changes.

facebook/react (react)

v19.2.1: 19.2.1 (December 3rd, 2025)

Compare Source

React Server Components

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.2: 19.1.2 (December 3rd, 2025)

Compare Source

React Server Components

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.2.0

Compare Source

Key changes

Other changes

React Native Compatibility & Dependency Updates

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 6 times, most recently from a96a626 to ca52f15 Compare December 3, 2025 18:55
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch 4 times, most recently from a36bc48 to 99762e0 Compare December 8, 2025 14:57
@renovate renovate bot force-pushed the renovate/dependencies-(non-major) branch from 99762e0 to 0f13395 Compare December 9, 2025 13:46
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