-
Notifications
You must be signed in to change notification settings - Fork 43
borderColor and borderRadius issue #46
Copy link
Copy link
Open
Description
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...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels