Skip to content

fix(deps): update dependency react-native-reanimated to v4 - #94

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-native-reanimated-4.x
Open

fix(deps): update dependency react-native-reanimated to v4#94
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-native-reanimated-4.x

Conversation

@renovate

@renovate renovate Bot commented Sep 29, 2025

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
react-native-reanimated (source) ~3.18.0~4.5.0 age confidence

Release Notes

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

v4.5.3: Reanimated - 4.5.3

Compare Source

What's Changed

  • cherry-pick(4.5-stable): Fix crash from withheld exiting layout animations in legacy proxy by @​tomekzaw in #​9984
  • cherry-pick(4.5-stable): Prevent animated views from reverting to stale values after app pause or re-animation by @​tomekzaw in #​9987

Full Changelog: software-mansion/react-native-reanimated@4.5.2...4.5.3

v4.5.2: Reanimated - 4.5.2

Compare Source

What's Changed

Reanimated version supporting Worklets 0.11.

Full Changelog: software-mansion/react-native-reanimated@4.5.1...4.5.2

v4.5.1: Reanimated - 4.5.1

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.5.0...4.5.1

v4.5.0: Reanimated - 4.5.0

Compare Source

Key changes

More props supported by CSS Core Animation

Shadow (shadowColor, shadowOpacity, shadowRadius, shadowOffset), background, and border (backgroundColor, borderColor, borderWidth, borderRadius) CSS transitions now run on iOS Core Animation.

Using CSS Core Animation required enabling IOS_CSS_CORE_ANIMATION feature flag.

CSS Animations Pseudoselectors

CSS animations now support pseudo-selectors such as :hover, :active, and :focus, with native Apple and Android backends alongside a web implementation.

  • feat: pseudo-selectors web implementation by @​wisniewskij in #​9474
  • feat: CSS Pseudoselectors - android backend by wisniewskij in #​9432
  • feat: CSS Pseudoselectors - apple backend by wisniewskij in #​9297
CSS Animations web support for SVG

Animating react-native-svg components is now available on web.

  • feat: register remaining react-native-svg components for web CSS animations by MatiPl01 in (#​9549)
SharedTransitionBoundary component

Introducing the <SharedTransitionBoundary> component, which scopes shared element transitions to a subtree so only matching elements within the boundary animate together. Useful for isolating shared transitions between screens that would otherwise interfere.

Other changes

New Contributors

Full Changelog: software-mansion/react-native-reanimated@4.4.1...4.5.0

v4.4.3: Reanimated - 4.4.3

Compare Source

What's Changed

  • chore(4.4-stable): align runtime tests with worklets 0.10 behavior by @​MatiPl01 in #​9865
  • cherry-pick(4.4-stable): Fix crash from withheld exiting layout animations in legacy proxy by @​tomekzaw in #​9985
  • cherry-pick(4.4-stable): Prevent animated views from reverting to stale values after app pause or re-animation by @​tomekzaw in #​9988

Full Changelog: software-mansion/react-native-reanimated@4.4.2...4.4.3

v4.4.2: Reanimated - 4.4.2

Compare Source

What's Changed

Android
iOS
All platforms
Types and build

Full Changelog: software-mansion/react-native-reanimated@4.4.1...4.4.2

v4.4.1: Reanimated - 4.4.1

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.4.0...4.4.1

v4.4.0: Reanimated - 4.4.0

Compare Source

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

New Contributors

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

v4.3.3: Reanimated - 4.3.3

Compare Source

What's Changed

  • cherry-pick(4.3-stable): prevent animated views from reverting to stale values after app pause or re-animation (#​9527) by @​tomekzaw in #​9971
  • cherry-pick(4.3-stable): Fix crash from withheld exiting layout animations in legacy proxy by @​tomekzaw in #​9976

Full Changelog: software-mansion/react-native-reanimated@4.3.2...4.3.3

v4.3.2: Reanimated - 4.3.2

Compare Source

What's Changed

Android

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@vercel

vercel Bot commented Sep 29, 2025

Copy link
Copy Markdown

Deployment failed with the following error:

Resource is limited - try again in 2 hours (more than 100, code: "api-deployments-free-per-day").

Learn More: https://vercel.com/wysrockets-projects?upgradeToPro=build-rate-limit

@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from b308bb0 to e6d11e6 Compare October 9, 2025 15:25
@vercel

vercel Bot commented Oct 9, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v0-thecrux Ready Ready Preview, Comment, Open in v0 Feb 2, 2026 9:37pm

@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from e6d11e6 to c617bd9 Compare November 10, 2025 16:47
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from c617bd9 to 281d0f8 Compare November 11, 2025 03:50
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 281d0f8 to ddcffad Compare December 4, 2025 17:01
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from ddcffad to 740cdf6 Compare December 18, 2025 17:00
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 740cdf6 to 7f304a8 Compare January 19, 2026 18:27
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 7f304a8 to ded4e9e Compare February 2, 2026 21:37
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch 3 times, most recently from aef7ad2 to 9d6b259 Compare February 17, 2026 22:33
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 9d6b259 to 71af23a Compare March 20, 2026 16:35
@renovate

renovate Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ 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: crux-frontend/package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: crux-frontend@1.0.0
npm error Found: react-native@0.80.0
npm error node_modules/react-native
npm error   react-native@"0.80.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-native@"0.83 - 0.86" from react-native-reanimated@4.5.3
npm error node_modules/react-native-reanimated
npm error   react-native-reanimated@"~4.5.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps 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/2026-07-30T16_05_49_493Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-07-30T16_05_49_493Z-debug-0.log

@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 71af23a to faee4b4 Compare March 25, 2026 20:52
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from faee4b4 to 487094a Compare May 27, 2026 14:54
@renovate
renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 487094a to dc67495 Compare June 23, 2026 18:42
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.

0 participants