Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janicduplessis/react-native-scrollable-header
https://github.com/janicduplessis/react-native-scrollable-header
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/janicduplessis/react-native-scrollable-header
- Owner: janicduplessis
- Created: 2016-05-03T05:06:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T05:13:08.000Z (almost 7 years ago)
- Last Synced: 2024-12-25T13:14:18.177Z (12 days ago)
- Language: JavaScript
- Size: 284 KB
- Stars: 300
- Watchers: 6
- Forks: 89
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```