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

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

Is it possible to keep the content container having its border radius when the screen is scroll down #70

Closed lowzijian closed 4 years ago

jefersonjuliani commented 5 years ago

I have the same problem

Vasault commented 5 years ago

same issue here

Nhacsam commented 5 years ago

Can you send me a screenshot ? I am not sure to understand your issue

lowzijian commented 5 years ago

@Nhacsam
Capture

Keeping the border-radius at the top left & right edge of the border while the screen was been scrolled down.

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.

designsheikh commented 1 year ago

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

Can you please show an example of how you have applied this?

Thank you