2
1 Comment

Smooth header animation when scrolling the page in React Native in 5 minutes

Sharing with you an easy approach to build 60fps animation for a scroll list header (e.g. an image) when you are doing a bounce effect by scrolling up in the iOS applications.

We will be using Expo since it makes it easy to get started with React Native and react-native-reanimated to make beautiful and smooth animations: https://medium.com/the-pandadoc-tech-blog/smooth-header-animation-when-scrolling-the-page-in-react-native-in-5-minutes-bd9108dd073c

on March 18, 2022
  1. 1

    Nice work around. i have used before a package called React Native Animated Header ScrollView and it helped me