Replies: 2 comments
-
Hi bstro, That's a great question, as the documentation often lags behind the fast pace of development. The confusion about Here are the concrete advantages of Reanimated v3/v4 over the built-in 1. Worklet/Logic on the UI Thread (The Core Advantage)This is the fundamental differentiator:
2. Layout and Exit AnimationsReanimated provides the 3. Modern and Declarative APIReanimated’s hook-based API ( In short, while Hope this helps with your research! If this comparison clarifies the benefits, please mark this comment as the correct answer. |
Beta Was this translation helpful? Give feedback.
-
Hi @bstro, to answer your question, see this thread where I explain the advantages of Reanimated over Animated: tl;dr |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing some research on dependencies for a react-native project. I'm having trouble identifying concrete advantages of
reanimated
v4 over React Native'sanimated
module. A lot of the information I'm finding seems to be out of date, written about older versions of either React Native orreanimated
. So far, I'm noticingexit
animation support, animations running on the UI thread by default (though doesn't react-native do this with theuseNativeDriver: true
config?), seemingly more declarative API, nicer a11y support (support for reduced motion).Any help would be much appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions