gilbox / react-native-masked-view

Masked View Component for React
59 stars 10 forks source link

borderRadius support? #4

Open polarathene opened 8 years ago

polarathene commented 8 years ago

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?

gilbox commented 8 years ago

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.