Skip to content

Update dependency react-native-reanimated to v4#27

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

Update dependency react-native-reanimated to v4#27
renovate[bot] wants to merge 1 commit intomainfrom
renovate/react-native-reanimated-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 23, 2026

ℹ️ 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.16.1~4.3.0 age confidence

Release Notes

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

v4.3.1: Reanimated - 4.3.1

Compare Source

What's Changed

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

v4.3.0: Reanimated - 4.3.0

Compare Source

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.

  • refactor: make AnimatedStyle type fail on non-animated components by @​tjzel in #​8990

Fixes

Refactors

Chores

New Contributors

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

v4.2.3

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.2.2...4.2.3

v4.2.2

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.2.1...4.2.2

v4.2.1

Compare Source

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.2.0...4.2.1

v4.2.0

Compare Source

Key changes

Other changes

React Native Compatibility & Dependency Updates
CSS & Transform Improvements
Color & Style Processing
Web-Specific Fixes
Animation & Layout Animation Fixes
Performance & Build Optimizations
Interpolator & Helper Refactoring
Error Handling & Logging
Testing & Test Infrastructure
Bug Fixes & Misc
Codebase Maintenance & Refactoring

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • "after 9am and before 5pm Monday"

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 23, 2026

⚠️ 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: 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: cerbos-epdp@1.0.0
npm error Found: react-native@0.76.9
npm error node_modules/react-native
npm error   react-native@"0.76.9" from the root project
npm error
npm error Could not resolve dependency:
npm error peer react-native@"0.81 - 0.85" from react-native-reanimated@4.3.1
npm error node_modules/react-native-reanimated
npm error   react-native-reanimated@"~4.3.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-05-07T22_06_27_349Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2026-05-07T22_06_27_349Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 92a332d to a8aa581 Compare March 25, 2026 17:20
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from a8aa581 to c3ee92c Compare April 29, 2026 16:39
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