Skip to content

Bump the react-native group across 1 directory with 6 updates#3

Merged
logickoder merged 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-3e7004e865
May 13, 2026
Merged

Bump the react-native group across 1 directory with 6 updates#3
logickoder merged 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-3e7004e865

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 12, 2026

Bumps the react-native group with 6 updates in the / directory:

Package From To
react-native 0.83.6 0.85.3
react-native-gesture-handler 2.30.1 2.31.2
react-native-reanimated 4.2.1 4.3.1
react-native-safe-area-context 5.6.2 5.7.0
react-native-screens 4.23.0 4.25.0
react-native-worklets 0.7.4 0.8.3

Updates react-native from 0.83.6 to 0.85.3

Release notes

Sourced from react-native's releases.

0.85.3

Changed

Fixed

iOS specific

  • Build: Fix silent tar extraction failure on EdenFS in replace-rncore-version.js by extracting to a temp directory first (9bc7d38be0 by @​motiz88)
  • Build: Skip prebuilds for DynamicFrameworks CI jobs (753c19bea4 by @​motiz88)

Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core 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.

0.85.2


Hermes dSYMS:

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.85.3

Changed

Fixed

iOS specific

  • Build: Fix silent tar extraction failure on EdenFS in replace-rncore-version.js by extracting to a temp directory first (9bc7d38be0 by @​motiz88)
  • Build: Skip prebuilds for DynamicFrameworks CI jobs (753c19bea4 by @​motiz88)

v0.85.2

Added

  • Animated: Add pushAnimationMutations to AnimationBackend for targeted event-driven animation updates (e4f0509973 by Bartlomiej Bloniarz)

Fixed

  • Animated: Fix potential data corruption in animation backend when ShadowTree commits are retried by copying RawProps instead of moving them (77d3df8cab by Bartlomiej Bloniarz)

iOS specific

  • Dev Server: Fix "Loading from Metro..." banner getting stuck after reloads in quick succession (e122c24c27 by @​alanjhughes)

v0.85.1

Fixed

Android specific

v0.85.0

Breaking

... (truncated)

Commits
  • 22ea81b Release 0.85.3
  • de4e138 [0.85] Backport RedBox 2.0 for iOS (#56640)
  • 28fb4a2 Add feature flag to enable experimental MutationObserver (#55919) (#56600)
  • 7fc99bc Fix silent tar extraction failure on EdenFS in replace-rncore-version (#55797...
  • e77df0c Add RCTDevSupportHeaders to React Umbrella (#55974) (#56643)
  • 7846672 [0.85] Add Fast Refresh performance marker and unstable_fastRefreshComplete C...
  • 691b232 [0.85] Backport performance debugging improvements (#56637)
  • 67baaf3 Release 0.85.2
  • 5300582 Fix loading banner stuck after a reload
  • 430da64 Avoid moving RawProps during animation backend commit when retries are possib...
  • Additional commits viewable in compare view

Updates react-native-gesture-handler from 2.30.1 to 2.31.2

Release notes

Sourced from react-native-gesture-handler's releases.

v2.31.2

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v2.31.1...v2.31.2

v2.31.1

❗ Important changes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v2.31.0...v2.31.1

v2.31.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

... (truncated)

Commits

Updates react-native-reanimated from 4.2.1 to 4.3.1

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.3.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.3.0...4.3.1

Reanimated - 4.3.0

Key changes

CSS SVG Animations

CSS animations now support animating SVG components and their properties, including Path, Image, LinearGradient, RadialGradient, Pattern and Text. This includes support for animating the d property of Path components with a special handling for path morphing.

Shared Value re-implementation

Shared Value internal implementation changed - now it uses Shareable type from react-native-worklets as its internal value container. That means you can finally use Shared Values from other Worklet Runtimes than just the UI Runtime. Also USE_SYNCHRONIZABLE_IN_MUTABLE optimization feature flag is now enabled by default.

Animated Styles type changes

TypeScript type of Animated Styles now makes it impossible to accidentally pass them to non-animated components. This replaces previous runtime-check for this kind of mistake, which proved to be prone to false positives.

Fixes

... (truncated)

Commits
  • b349631 release(Reanimated): 4.3.1
  • 177650b fix: OIDC releases not including type declarations (#9348)
  • 6dd6729 fix(Reanimated): registries race conditions (#9323)
  • d889209 cherry-pick(Reanimated): Fix Unistyles flattening regression in 4.3.0 (#928...
  • ce0460b cherry-pick(4.3-stable): useScrollOffset on renderScrollComponent (#9286) (#9...
  • f8a5240 feat: workflow for OIDC publishing (#9095)
  • 9cad57e cherry-pick(Reanimated): Fix animation cancellation race condition missing co...
  • a12d1ef cherry-pick(Reanimated): Incorrect CSS props reverting on CSS transition deta...
  • 63fa5df release(Reanimated): 4.3.0
  • 98c5ef4 fix(Reanimated): RCTModernEventEmmitter for older RN (#9181)
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.6.2 to 5.7.0

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.7.0

5.7.0 (2026-02-24)

Bug Fixes

  • make SafeAreaView respect edges param on web (#685) (db1bdcb)

Features

Commits
Maintainer changes

This version was pushed to npm by melvalesca, a new releaser for react-native-safe-area-context since your current version.


Updates react-native-screens from 4.23.0 to 4.25.0

Release notes

Sourced from react-native-screens's releases.

4.25.0

What's Changed

Minor release, bringing golden version of Tabs API. Unless we get your negative feedback, we plan to stabilise Tabs API in next minor.

[!important] 4.25.0 no longer supports the legacy architecture. Most likely, the library will simply fail to build.

This release brings important Tabs API changes in JS and native layer, required for stabilisation of the API. Downstream libraries are already in advanced stage of adaptation to these changes. Please track the releases of your navigation solution for compatibility remarks.

Improvements

... (truncated)

Commits
  • c07b9c5 fix: add web fallback for ScrollViewMarker (#4008)
  • 9543bbd fix(iOS, Tabs): register navigation state observer outside RCTAssert (#4004)
  • cb6359e fix(iOS): forward-declare RCTSurfaceTouchHandler in UIView+RNSUtility.h (#3986)
  • 4e1551b fix(Android, Tabs): propagate actionOrigin into navigation state progression ...
  • 09d5d3e fix(iOS, Tabs): correctly pass action origin to progressNavigationState (#3994)
  • d11966a fix(iOS, Tabs): fix moreNavigationController navigation bar visible on nav (#...
  • 85e3cd6 refactor(tabs): rename rejectedProvenance to rejectedBaseProvenance (#3982)
  • 56734b1 fix(web, SafeAreaView): replace default export with named export (#3956)
  • 01307f3 fix(iOS): unregister tabs accessory observer from observed wrapper (#3948)
  • 8a4fc6b fix(Android, Stack v5): prevent crash when subview with (0, 0) size is added ...
  • Additional commits viewable in compare view

Updates react-native-worklets from 0.7.4 to 0.8.3

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.8.3

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.2...worklets-0.8.3

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.2...worklets-0.8.3

Worklets - 0.8.2 (deprecated)

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.1...worklets-0.8.2

Worklets - 0.8.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.0...worklets-0.8.1

Worklets - 0.8.0

Key changes

Features:

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 12, 2026
Bumps the react-native group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.83.6` | `0.85.3` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.30.1` | `2.31.2` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.2.1` | `4.3.1` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.6.2` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.23.0` | `4.25.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.7.4` | `0.8.3` |



Updates `react-native` from 0.83.6 to 0.85.3
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.85.3/packages/react-native)

Updates `react-native-gesture-handler` from 2.30.1 to 2.31.2
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.30.1...v2.31.2)

Updates `react-native-reanimated` from 4.2.1 to 4.3.1
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-reanimated/RELEASE.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.3.1/packages/react-native-reanimated)

Updates `react-native-safe-area-context` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](AppAndFlow/react-native-safe-area-context@v5.6.2...v5.7.0)

Updates `react-native-screens` from 4.23.0 to 4.25.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.23.0...4.25.0)

Updates `react-native-worklets` from 0.7.4 to 0.8.3
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.8.3/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: react-native
  dependency-version: 0.85.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-screens
  dependency-version: 4.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-worklets
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump the react-native group with 6 updates Bump the react-native group across 1 directory with 6 updates May 12, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-3e7004e865 branch from b8d0e81 to 8259960 Compare May 12, 2026 23:04
@logickoder logickoder merged commit 38a917b into main May 13, 2026
3 of 4 checks passed
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-native-3e7004e865 branch May 13, 2026 08:01
itzfahadoooo pushed a commit that referenced this pull request May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant