I am new at react native and js.
I want to show my navbar when user starts to scrolling up at any time/position and hide my navbar when user starts to scrolling down at any position.
My first approach was using "animation" and "finding out scrolling direction" together but I failed. Can anyone show me detailed how it possible?
Thanks!