react-native-view-overflow
react-native-view-overflow copied to clipboard
borderColor and borderRadius issue
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...
hello @bear-junior , could you make this idea clearer?
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.