sticky-parallax-header icon indicating copy to clipboard operation
sticky-parallax-header copied to clipboard

A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.

Results 35 sticky-parallax-header issues
Sort by recently updated
recently updated
newest added

docs: improvements - add generic type for useStickyHeaderScrollProps - add examples from example app to docs guides - add section about custom icons for AvatarHeader & DetailsHeader chore: upgrade docusaurus...

### Feature request Can the tabHead coexist with the FlatList or can we customize the scrolling of the tabHead or can support the virtual scrolling of the content of the...

enhancement

### Feature request when background image is removed , header is having some predefined height in the view container , how can i get rid of foreground and background image...

enhancement

**Title** * **I'm submitting a ...** - [ ✓] bug report - [ ] feature request - [ ] support request * **If bug, used module version** "react-native-sticky-parallax-header": "^0.4.0", "expo":...

bug
awaiting feedback
stale

How can I use Animated Colors in custom header styling props? For example: `tabsContainerStyle={{ backgroundColor: scrollY.y.interpolate({ inputRange: [0, 100], outputRange: [Colors.transparentBg, Colors.mainBG], }), }}` I'm using TabbedHeader btw.

enhancement

**Title** * **I'm submitting a ...** - [x] bug report - [ ] feature request - [ ] support request * **If bug, used module version** 0.4.0 * **Platform** -...

bug
good first issue
work in progress
stale

Hello, as of now we customize background image with `backgroundImage` property. But is there any way to pass a custom component for background? The [docs](https://github.com/netguru/sticky-parallax-header/blob/master/docs/CUSTOM.md) mention that there exists a...

enhancement
stale

This is possible? I am using TabbedHeader and I would like the header to show only when the tabs touch the superopr parts. I've seen some use the transparentHeadder prop...

help wanted
question
stale

Hello I would like to align my tabs in TabbedHeader to the start of the container. Currently it looks like it is centered (I only have 2 tabs). I already...

stale

### Feature request I have the StickyHeaderFlashListExample set up and am wondering how to set up the data for each tab. I saw some approach for the TabbedHeaderPage but I...

enhancement