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

Prevent FixedForeground scaling #46

Open kenanchristian opened 6 years ago

kenanchristian commented 6 years ago

Currently, if the scroll view is at the top when user tries to scroll to the top again the image will scale with the FixedForeground element. Can I disable the scaling for the FixedForeground element? So only the background image is scaled

kresent commented 5 years ago

Yes, I stumbled upon same issue. But somehow the arrow in the Dr.Who example is not scaled but still fixed. Wonder how to keep the arrow in place and still have scaling background