Skip to content

fix(deps): update dependency react-native-reanimated to ~4.3.0#16

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

fix(deps): update dependency react-native-reanimated to ~4.3.0#16
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-native-reanimated-4.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 31, 2026

This PR contains the following updates:

Package Change Age Confidence
react-native-reanimated (source) ~4.2.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


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 is behind base branch, 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 renovate Bot force-pushed the renovate/react-native-reanimated-4.x branch from 8e84957 to a648865 Compare May 7, 2026 18:11
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