react-native-masked-view icon indicating copy to clipboard operation
react-native-masked-view copied to clipboard

borderRadius support?

Open polarathene opened this issue 9 years ago • 1 comments

I have a component composed of multiple components that I'd like to round the corners of, borderRadius however doesn't round off child components with content such as backgroundColor being set. Would it be possible to use a view that is just a backgroundColor and borderRadius to create the mask instead of an image?

polarathene avatar Mar 12 '16 01:03 polarathene

It's been a while since I touched this code so I don't really remember anymore what's possible. You'll probably want to look at this file though.

gilbox avatar Mar 12 '16 05:03 gilbox