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

border radius not working

Opened this issue · 1 comments

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

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