react-native-headroom
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
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.