kyaroru / RNParallax

A react native scroll view component with Parallax header :p
527 stars 114 forks source link

Navbar Object #34

Closed zapcriativo closed 4 years ago

zapcriativo commented 4 years ago

Hi Is it possible to use a component instead of the title, for example a button that moves according to the header resize?

example: https://github.com/i6mi6/react-native-parallax-scroll-view/blob/master/demo.ios.0.17.2.gif

kyaroru commented 4 years ago

Hi, the title props can be anything title | any | No | This is the title to be display in the header, can be string or component

zapcriativo commented 4 years ago

Hello,

Thanks for the feedback, and how to continue using the paralax image in the navbar? Is it replaced by color?

kyaroru commented 4 years ago

Hi, you can specify backgroundImage

backgroundImage | image source | No | This renders the background image of the header (if specified, background color will not take effect) | Default to null