bamlab / react-native-image-header-scroll-view

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

border radius not working #72

Open Vasault opened 5 years ago

Vasault commented 5 years ago

i've tried both border Bottom Left and Right Radius inside the HeaderImageScrollView, but still no result, i tested this on default navigation options on different headers and everything working fine, but this specific header scroll is having issues, i've tried inside a view, outside the headerimagescrollview, inside contentContainerStyle, inside style={} with a custom stylesheet, and nothing, i don't want to drop this awesome header and start all over again on a different component just because the radius is not showing, i've already spent an entire day figuring this out

kbrandwijk commented 4 years ago

I've solved this by adding a negative top margin identical to my border radius to my main content view.