Closed
Description
Hey folks,
first of all thank you for your great work! 👍
In the current react-native releases (0.73.6 at the time of writing) there is an issue with translating border-radius
. It generates the borderTopLeftRadius
, borderTopRightRadius
, etc. style properties. This does not work for Image and Text anymore.
Maybe its better to translate the border-radius css without a directionFactory and let the user decide how he want's to specify the attributes?
so instead of writing
border-radius: 10px;
I could just do, if I wanted
border-top-left-radius: 10px;
Metadata
Metadata
Assignees
Labels
No labels