npm upgrade
Homereact-native-reanimated 2 → 3
2.17.0 → 3.19.5. What the package's exports lost, renamed or changed between the two releases, from lurq's extraction of both published tarballs.
react-native-reanimated 3.19.5 removes or renames exports your code may import.
- Removed
- 90
- Renamed
- 0
- Signature changes
- 4
- Types removed
- 0
- Newly deprecated
- 3
- Added
- 32
Does this break your code?
Run this in your project. It compares both releases against the names your code actually imports, locally, with no account and nothing sent to lurq:
npx lurqrun check-upgrade --upgrade react-native-reanimated@2.17.0..3.19.5
To have your coding agent check upgrades like this before it writes them, connect lurq to Claude Code, Cursor, VS Code or Codex:
npx lurqrun
Removed
Gone at runtime, with no replacement found under another name. Imports of these fail.
- Clockobject
- Codeobject
- EasingNodeobject
- Nodeobject
- RGBtoHSVfunction
- SVGAdapterobject
- SpringUtilsobject
- TextInputAdapterobject
- Transitionobject
- Transitioningobject
- Valueobject
- absobject
- accobject
- acosobject
- adaptfunction
- addobject
- alwaysfunction
- andobject
- asinobject
- atanobject
- blockfunction
- bluefunction
- callfunction
- ceilobject
- checkPluginStatefunction
- clockRunningfunction
- colorobject
- concatfunction
- condfunction
- configurePropsfunction
- cosobject
- createTransitioningComponentobject
- debugfunction
- decayobject
- definedobject
- diffobject
- diffClampobject
- divideobject
- eqobject
- eventfunction
- expobject
- floorobject
- getTagfunction
- getTimestampfunction
- greaterOrEqobject
- greaterThanobject
- greenfunction
- hsvToColorfunction
- initialUpdaterRunfunction
- interpolateColorsobject
- interpolateNodeobject
- interpolateSharableColorfunction
- isConfiguredCheckfunction
- jestResetJsReanimatedModulefunction
- lessOrEqobject
- lessThanobject
- logobject
- makeRemotefunction
- makeShareablefunction
- maxobject
- minobject
- moduloobject
- multiplyobject
- neqobject
- notobject
- onChangeobject
- opacityfunction
- orobject
- powobject
- procfunction
- processColorInitiallyfunction
- redfunction
- requestFramefunction
- rgbaArrayToRGBAColorfunction
- rgbaColorfunction
- roundobject
- setfunction
- sinobject
- springobject
- sqrtobject
- startClockfunction
- stopClockfunction
- subobject
- tanobject
- timingobject
- toGammaSpacefunction
- toLinearSpacefunction
- useCodeobject
- useValueobject
- withStyleAnimationfunction
Signature changes
Still exported, but the number of arguments it reads changed.
- getViewProp2 → 3 arguments
- startMapper1 → 1 arguments
- withDelay2 → 3 arguments
- withSequence0 → 1 arguments
Newly deprecated
Still exported in 3.19.5, marked deprecated.
- combineTransition
- useAnimatedGestureHandler
- useWorkletCallback
An export diff shows what a release removed or re-signatured, not behaviour changes: read the changelog for those. Extracted Sep 23, 2026. react-native-reanimated on lurq.