https://github.com/naturalclar/react-native-sticky-header-example
Sample implementation of sticky header using react-native-tabview
https://github.com/naturalclar/react-native-sticky-header-example
collapsable collapsible example react-native sticky-header tab-view
Last synced: 6 months ago
JSON representation
Sample implementation of sticky header using react-native-tabview
- Host: GitHub
- URL: https://github.com/naturalclar/react-native-sticky-header-example
- Owner: Naturalclar
- Created: 2020-01-05T12:07:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-05T15:30:54.000Z (over 6 years ago)
- Last Synced: 2025-04-07T18:43:41.869Z (about 1 year ago)
- Topics: collapsable, collapsible, example, react-native, sticky-header, tab-view
- Language: Objective-C
- Homepage:
- Size: 271 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-sticky-header-example
Sample implementation of sticky header using [react-native-tabview](https://github.com/react-native-community/react-native-tab-view)
## Demo
| iOS | Android |
| --- | --- |
|
|
|
## See it yourself
### Clone the package
```
git clone https://github.com/Naturalclar/react-native-sticky-header-example.git
cd react-native-sticky-header-example
```
### Install Dependencies
```
yarn install
```
### Run on ios
```
yarn ios
```
### Run on Android
```
yarn android
```