Replies: 2 comments 4 replies
-
The lack of Indeed we're considering using some absolute positioning with a transparent header. Is this something that cannot be supported due to platform limitations? |
Beta Was this translation helpful? Give feedback.
-
There is |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When using regular stack navigator, it's possible to pass a
headerBackground
prop. We use this to create a blurred header effect by making the header transparent, and then tying a background component to scroll position and animating to good effect.However, this prop isn't available when using
createNativeStackNavigator
, even though you can make the header transparent. It's possible to fake it by doing some ugly absolute positioning of a header background component, but obviously it would be much nicer if you could use it directly with the native navigator, and nicest of all would be supporting it via thenavigation.setOptions(...)
call so any screen can imperatively configure it.Thanks for a great library!
Beta Was this translation helpful? Give feedback.
All reactions