react-native-header-scroll-view icon indicating copy to clipboard operation
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.

Results 6 react-native-header-scroll-view issues
Sort by recently updated
recently updated
newest added

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? ![](https://im4.ezgif.com/tmp/ezgif-4-b84cc2ff13c0.gif)

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...