React Navigation: Animated Header in Mobile app #26358
Labels
API: Animated
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Type: Question
Issues that are actually questions and not bug reports.
I've a layout having a
Header
(React navigation) which is transparent and aScrollView
which contains a banner and other items. What I want to achieve is:1) To animate the header colour on scroll i.e. opacity decreases. Also note that I need to animate the
StatusBar
colour along.2) To interchange the items in Header using their opacities i.e. one item hides and other one shows up. Plus, I want to hide another item in the banner (in ScrollView).
I've almost succeeded with the help of this tutorial, but its not working with Android StatusBar. Also it doesn't have interchanging items in header and not using "React navigation's Header" but using custom Header.
I've posted this query on Stack Overflow as well, which can be found here.
The text was updated successfully, but these errors were encountered: