Skip to content

Commit

Permalink
Add outlineColor to ColorProperties list (#6568)
Browse files Browse the repository at this point in the history
## Summary

Add support for animating the `outlineColor` prop, introduced in
`react-native` via facebook/react-native#46284,
by including it in the ColorProperties list.
  • Loading branch information
jakex7 authored Oct 3, 2024
1 parent e20b87c commit 0aa5014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-native-reanimated/src/Colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ export const ColorProperties = makeShareable([
'borderBlockEndColor',
'borderBlockStartColor',
'color',
'outlineColor',
'shadowColor',
'textDecorationColor',
'tintColor',
Expand Down

0 comments on commit 0aa5014

Please sign in to comment.