DEV Community

skptricks
skptricks

Posted on

React Native ScrollView Animated Header Example

Source : React Native ScrollView Animated Header Example

This tutorial explains how to create animation header in scrollview in react native application. You have noticed in many apps that a fixed height header is positioned on the top of the screen and a scrolling list is used underneath the header. When you start to scroll the list, the header collapses with nice smooth animation from current height to fixed min height based on scrolling list’s scroll value and sticks on the top of the screen. Here you are going to see to similar animation effect in react native application.

Click here to read more...

Top comments (0)