Skip to content

border-radius does not work with newer react-native #192

Closed
@voydz

Description

@voydz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions