diff --git a/packages/react-native-reanimated/src/Colors.ts b/packages/react-native-reanimated/src/Colors.ts index a2b3dd08e948..5da52749aa34 100644 --- a/packages/react-native-reanimated/src/Colors.ts +++ b/packages/react-native-reanimated/src/Colors.ts @@ -340,6 +340,12 @@ export const ColorProperties = makeShareable([ 'tintColor', 'textShadowColor', 'overlayColor', + // SVG color properties + 'fill', + 'floodColor', + 'lightingColor', + 'stopColor', + 'stroke', ]); // // ts-prune-ignore-next Exported for the purpose of tests only