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

https://github.com/janicduplessis/collapsible-navbar


https://github.com/janicduplessis/collapsible-navbar

collapsible-navbar exponent react-native ui

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# collapsible-navbar

Small demo to show how to implement a collapsible navbar.

Try it https://exp.host/@janic/collapsible-navbar

Article explaining the code:
https://medium.com/appandflow/react-native-collapsible-navbar-e51a049b560a

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