react-native-headroom icon indicating copy to clipboard operation
react-native-headroom copied to clipboard

A React Native Scrollview with a header which hides when user scrolls down and reappears when user scrolls up

Results 5 react-native-headroom issues
Sort by recently updated
recently updated
newest added

When starting to scroll content down, the HeaderComponent is immediately removed. If for instance my header height is 100 and the content has scrolled for only 20, we have 80...

Hi, I was trying to get this working well with ListView, I couldn't get it working properly. The ScrollableComponent feature you added was assuming that the Scrollable element had a...

Is that possible to trigger the hide and show header using a button?

I put button and textinput component to the headroom headerContent, it shows perfectly but doesn't react to any response.