Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hide ToolbarAndroid while scrolling listview

Tags:

react-native

I am using React Native ToolbarAndroid.

It is possible to hide it smoothly while scrolling ListView like HERE?

Thanks for any help.

like image 415
matusalem Avatar asked Mar 08 '16 16:03

matusalem


1 Answers

It seems this could be the answer...

https://github.com/cesardeazevedo/react-native-collapsing-toolbar

like image 104
matusalem Avatar answered Oct 25 '22 00:10

matusalem