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

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

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
```