You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type '{ backgroundColor: AnimatedColor; }' is not assignable to type 'StyleProp<AnimateStyle<MaybeSharedValue<StyleProp<ViewStyle>>>>'.
Type '{ backgroundColor: AnimatedColor; }' is not assignable to type 'AnimateStyle<MaybeSharedValue<ViewStyle>>'.
Types of property 'backgroundColor' are incompatible.
Type 'AnimatedColor' is not assignable to type 'ColorValue | SharedValue<AnimatableValue> | Readonly<SharedValue<string>> | undefined'.
Type 'number' is not assignable to type 'ColorValue | SharedValue<AnimatableValue> | Readonly<SharedValue<string>> | undefined'.ts(2322)
helperTypes.d.ts(32, 5): The expected type comes from property 'style' which is declared here on type 'IntrinsicAttributes & IntrinsicClassAttributes<Component<AnimateProps<ViewProps>, any, any>> & Readonly<...>'
repo to reproducece bug https://github.com/YOEL311/bugReanimatedRecovery
mixColor returnType broken in
react-native-reanimated "3.4.2"
repo to reproducece bug
https://github.com/YOEL311/bugReanimatedRecovery
on
redas
branchhttps://github.com/YOEL311/bugReanimatedRecovery/tree/redas
The text was updated successfully, but these errors were encountered: