On lines 458-461:
Type { transform: { [key: string]: Animated.Value; }[]; opacity: Animated.Value; } is not assignable to type false | Value | RegisteredStyle<ViewStyle> | AnimatedInterpolation | WithAnimatedObject<ViewStyle> | WithAnimatedArray<...> | readonly (false | ... 3 more ... | WithAnimatedObject<...>)[].
The types returned by transform.pop() are incompatible between these types.
Type { [key: string]: Value; } is not assignable to type WithAnimatedObject<PerpectiveTransform> | WithAnimatedObject<RotateTransform> | WithAnimatedObject<RotateXTransform> | ... 9 more ... | WithAnimatedObject<...>.
Property matrix is missing in type { [key: string]: Value; } but required in type WithAnimatedObject<MatrixTransform>.
On lines 458-461: Type
{ transform: { [key: string]: Animated.Value; }[]; opacity: Animated.Value; }
is not assignable to typefalse | Value | RegisteredStyle<ViewStyle> | AnimatedInterpolation | WithAnimatedObject<ViewStyle> | WithAnimatedArray<...> | readonly (false | ... 3 more ... | WithAnimatedObject<...>)[]
. The types returned bytransform.pop()
are incompatible between these types. Type{ [key: string]: Value; }
is not assignable to typeWithAnimatedObject<PerpectiveTransform> | WithAnimatedObject<RotateTransform> | WithAnimatedObject<RotateXTransform> | ... 9 more ... | WithAnimatedObject<...>
. Propertymatrix
is missing in type{ [key: string]: Value; }
but required in typeWithAnimatedObject<MatrixTransform>
.