diff --git a/packages/react-native-reanimated/src/Colors.ts b/packages/react-native-reanimated/src/Colors.ts index 5da52749aa3..40cd3ecf0ba 100644 --- a/packages/react-native-reanimated/src/Colors.ts +++ b/packages/react-native-reanimated/src/Colors.ts @@ -335,6 +335,7 @@ export const ColorProperties = makeShareable([ 'borderBlockEndColor', 'borderBlockStartColor', 'color', + 'outlineColor', 'shadowColor', 'textDecorationColor', 'tintColor',