You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I solved it by simply wrapping a standard View component with the border-style inside of a ViewOverflow component and set the background of the parent view to transparent.
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...
The text was updated successfully, but these errors were encountered: