Whats the best NPM package for header scrolling animation?

This page summarizes the projects mentioned and recommended in the original post on /r/reactnative

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • rndemo

    Demo application presented for realestate.co.nz on 29th Jan 2021

  • You might be better off doing it without a specific library. The code isn’t too hard to write. Check out screen four of this demo that I wrote recently: https://github.com/SteveGreenley/rndemo

    Did you know that header scrolling animation is built into the Android platform? It's all taken care of by the CoordinatorLayout. My navigation library, the Navigation router, is the only one with a CoordinatorLayout component that renders to the in-built Android primitive. You can read more about it in the Navigation Bar docs or you can see it in action in the timeline page of the Twitter example. Hope this helps

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • react-native-parallax-scroll-view

    A ScrollView-like component with parallax and sticky header support.

  • That's called the parallax effect, in the past I used react-native-parallax-scroll-view and it does it job, but eventually needed more specific behavior (for example like what you want), so I decided to create my own implementation.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Moving from 1 navigator screen to another - is this possible?

    1 project | /r/reactnative | 8 Apr 2023
  • How to change navigation header on scroll like this with RN?

    1 project | /r/reactnative | 15 Nov 2022
  • How to achieve this scroll animation with a sticky header and tabs??

    3 projects | /r/reactnative | 19 Oct 2022
  • Anyone use The Navigation router library on ios?

    1 project | /r/reactnative | 25 Jun 2022
  • React Navigation v6 vs React Native Navigation (React Native App)

    1 project | /r/reactnative | 8 Feb 2022