Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/janicduplessis/react-native-scrollable-header


https://github.com/janicduplessis/react-native-scrollable-header

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-scrollable-header

Small demo to show how to implement a scrollable header.

Try it https://expo.io/@janic/scrollable-header

Article explaining the code:
https://medium.com/appandflow/react-native-scrollview-animated-header-10a18cb9469e

## Installation

```
yarn install
```
or
```
npm install
```

## Running the app

This is a normal Exponent app so you can either open it in xde or run

```
exp start
```