Skip to content

borderColor and borderRadius issue #46

@bear-junior

Description

@bear-junior

What's status of this issue?

How to add following code:

import com.facebook.react.uimanager.annotations.ReactProp;

@ReactProp(name = "borderRadius", defaultFloat = 0f)
public void setBorderRadius(RNViewOverflowLayout view, float borderRadius) {
view.setBorderRadius(borderRadius);
}

for now it doesn't work, how should RNViewOverflowManager.java file look like?
also borderColor doesn't work at all...

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