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
- Host: GitHub
- URL: https://github.com/janicduplessis/collapsible-navbar
- Owner: janicduplessis
- Created: 2017-03-06T01:30:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T19:49:34.000Z (about 9 years ago)
- Last Synced: 2025-03-26T18:43:45.484Z (about 1 year ago)
- Topics: collapsible-navbar, exponent, react-native, ui
- Language: JavaScript
- Size: 41 KB
- Stars: 125
- Watchers: 4
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```