I was playing around with V2-playground and I've stumbled upon a bug.
I was trying to change the background color of the view with an animation that should run parallel to the change in width.
useAnimatedStyle hook (styleA) then the animation runs in sequence.useAnimatedStyle hooks (styleB, styleC) then the animation runs in parallel, as expected.width & height values reside in the same useAnimatedStyle hook (styleD) the animation runs in parallel, as expected.See styleA, styleB, styleC, styleD in App.js
TESTED on ANDROID only!

Both animations should run parallel to each other
See gif
Provided a repo, snack caused problems
Could you check if the issue still persists? We have solved a similar problem and the solution is already in alpha.4 version.
I'll Check and report back
FIXED!
Most helpful comment
FIXED!