This documentation is available as Markdown for AI agents and LLMs. See the full Markdown index or append .md to any documentation URL.
This is documentation for the next SDK version. For up-to-date documentation, see the latest version (SDK 57).
react-native-reanimated
A library that provides an API that greatly simplifies the process of creating smooth, powerful, and maintainable animations.
react-native-reanimated provides an API that greatly simplifies the process of creating smooth, powerful, and maintainable animations.
Reanimated uses React Native APIs that are incompatible with "Remote JS Debugging" for JavaScriptCore. To use a debugger with your app with
react-native-reanimated, you'll need to use the Hermes JavaScript engine and the JavaScript Inspector for Hermes.
Installation
No additional configuration is required. Reanimated Babel plugin is automatically configured in babel-preset-expo when you install the library.
Usage
The following example shows how to use the react-native-reanimated library to create a simple animation.
Learn more
Get full information on API and its usage.