Skip to content

build(deps): bump react-native-reanimated from 3.19.5 to 4.4.0#6

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-reanimated-4.4.0
Closed

build(deps): bump react-native-reanimated from 3.19.5 to 4.4.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-reanimated-4.4.0

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps react-native-reanimated from 3.19.5 to 4.4.0.

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.4.0

Key changes

iOS CSS Core Animation

Reanimated 4.4.0 introduces a new platform-backed CSS animation engine on iOS that runs animations directly on Core Animation layers instead of going through the JS-driven update loop. It is hidden behind the IOS_CSS_CORE_ANIMATION static feature flag.

Animation Backend

A new Animation Backend has been integrated behind a feature flag, which will help greatly with the flow of updating the Shadow Tree in animations.

New useTimestamp hook

A new useTimestamp hook exposes the current frame timestamp as a Shared Value that updates every frame with the time elapsed since the first frame, with an isActive flag to pause and resume updates.

Precompiled headers on Android

Reanimated's native build on Android now uses precompiled headers (ReanimatedPCH.h), significantly reducing C++ compile times for both fresh and incremental builds.

Other changes

... (truncated)

Commits
  • 104ac3b release(Reanimated): 4.4.0
  • 29b4694 chore(4.4-stable): prepare branch
  • fd24abe chore: Reintroduce EXPERIMENTAL_CSS_ANIMATIONS_FOR_SVG_COMPONENTS with defa...
  • 9047e46 chore: Rename EXPERIMENTAL_PLATFORM_CSS_ANIMATIONS to `IOS_CSS_CORE_ANIMATI...
  • 7b962ca fix: Convert CSS Core Animation beginTime to layer-local clock (#9507)
  • 27f95f2 fix: Stop CA animations from leaking onto recycled layers (#9508)
  • 7c55803 fix: Fix build issues after #9325 (#9504)
  • cd38016 chore: Add missing EXPERIMENTAL_PLATFORM_CSS_ANIMATIONS flag in a few places ...
  • 49a3858 chore: Remove EXPERIMENTAL_CSS_ANIMATIONS_FOR_SVG_COMPONENTS feature flag (...
  • 2cc89df feat: Wire CSSPlatformTransition with iOS platform implementation (#9325)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) from 3.19.5 to 4.4.0.
- [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.4.0/packages/react-native-reanimated)

---
updated-dependencies:
- dependency-name: react-native-reanimated
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 27, 2026
@dependabot dependabot Bot requested a review from temrjan as a code owner May 27, 2026 12:58
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 27, 2026
@temrjan

temrjan commented Jun 18, 2026

Copy link
Copy Markdown
Member

Closing: mobile is a frozen scaffold and its CI is being quieted until the rebuild (see #14, which removes the dependabot version-updates config and switches CI to workflow_dispatch). These version bumps will be regenerated against the real dependency tree at rebuild. Security alerts are unaffected.

@temrjan temrjan closed this Jun 18, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 18, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-native-reanimated-4.4.0 branch June 18, 2026 16:08
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