react-native-header-scroll-view
react-native-header-scroll-view copied to clipboard
A React Native component that creates a Apple-esque large header that fades in a smaller header as you scroll.
This PR adds the ability to pull to refresh.
Add a possibility of adding right options. Useful for secondary action buttons.
Hi, we're looking to disable the behavior that causes the title to grow when the user pulls down. Is this possible? 
Could this be extended to support another small captions in the header like date or text as seen from this image https://www.apple.com/newsroom/images/product/app-store/apple_app_store_10th_anniversary_app_store_07052018_inline.jpg.large.jpg
- Handling the font scaling using `fontSize` was inefficient and caused issues on some machines where the scaling was choppy despite the `scrollEventThrottle` being low, this was changed to use...