Skip to content

Commit

Permalink
Add new supported props from RN 0.77 to supported props in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Jan 30, 2025
1 parent 1196b73 commit a5a658e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/docs-reanimated/docs/guides/supported-properties.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Not all CSS properties are available and animatable in React Native. The followi
| overflow | <Yes/> | <Yes/> | <Yes/> |
| zIndex | <Yes/> | <Yes/> | <Yes/> |
| aspectRatio | <Yes/> | <Yes/> | <Yes/> |
| boxSizing | <No/> | <No/> | <Yes/> |
| backgroundColor | <Yes/> | <Yes/> | <Yes/> |
| color | <Yes/> | <Yes/> | <Yes/> |
| textDecorationColor | <No/> | <Yes/> | <Yes/> |
Expand All @@ -92,6 +93,7 @@ Not all CSS properties are available and animatable in React Native. The followi
| borderLeftColor | <Yes/> | <Yes/> | <Yes/> |
| borderStartColor | <Yes/> | <Yes/> | <Yes/> |
| borderBlockColor | <Yes/> | <Yes/> | <Yes/> |
| outlineColor | <Yes/> | <Yes/> | <Yes/> |
| shadowColor | <Yes/> | <Yes/> | <Yes/> |
| overlayColor | <No/> | <No/> | <No/> |
| tintColor | <Yes/> | <Yes/> | <No/> |
Expand Down Expand Up @@ -124,6 +126,9 @@ Not all CSS properties are available and animatable in React Native. The followi
| borderRightWidth | <Yes/> | <Yes/> | <Yes/> |
| borderCurve | <No/> | <No/> | <No/> |
| borderStyle | <Yes/> | <Yes/> | <Yes/> |
| outlineOffset | <Yes/> | <Yes/> | <Yes/> |
| outlineStyle | <Yes/> | <Yes/> | <Yes/> |
| outlineWidth | <Yes/> | <Yes/> | <Yes/> |
| transformOrigin | <Yes/> | <Yes/> | <Yes/> |
| transform | <Yes/> | <Yes/> | <Yes/> |
| transformMatrix | <No/> | <No/> | <No/> |
Expand All @@ -134,6 +139,7 @@ Not all CSS properties are available and animatable in React Native. The followi
| translateY | <No/> | <No/> | <No/> |
| backfaceVisibility | <Yes/> | <Yes/> | <Yes/> |
| opacity | <Yes/> | <Yes/> | <Yes/> |
| mixBlendMode | <Yes/> | <Yes/> | <Yes/> |
| fontFamily | <Yes/> | <Yes/> | <Yes/> |
| fontSize | <Yes/> | <Yes/> | <Yes/> |
| fontStyle | <Yes/> | <Yes/> | <Yes/> |
Expand Down

0 comments on commit a5a658e

Please sign in to comment.