Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slashxu/rn-custom-tabbar
Simples custom Tab Bar em React-Native
https://github.com/slashxu/rn-custom-tabbar
react-native
Last synced: 10 days ago
JSON representation
Simples custom Tab Bar em React-Native
- Host: GitHub
- URL: https://github.com/slashxu/rn-custom-tabbar
- Owner: slashxu
- Created: 2022-07-12T01:37:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T01:39:04.000Z (over 2 years ago)
- Last Synced: 2023-03-04T17:03:24.003Z (over 1 year ago)
- Topics: react-native
- Language: JavaScript
- Homepage:
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom TabBar
![GitHub repo size](https://img.shields.io/github/repo-size/slashxu/README-template?style=for-the-badge)
![GitHub language count](https://img.shields.io/github/languages/count/slashxu/README-template?style=for-the-badge)
![GitHub forks](https://img.shields.io/github/forks/slashxu/README-template?style=for-the-badge)
> Exemplo simples em React-native de uma Tabbar customizada.
## 💻 Pré-requisitos
- Expo
- React
- React-Native
- React-Navigation
- @react-navigation/bottom-tabs## 🚀 Instalando Projeto
Para instalar o projeto, siga estas etapas:
Clone o repositĂłrio
```
https://github.com/slashxu/rn-customTabBar.git
```Baixe as dependĂŞncias
```
npm install ou yarn install
```Rodando o app
```
expo start
```🙋‍♂️ Author
- **Sergio Junior** - [Slashxu](https://github.com/slashxu)
[⬆ Voltar ao topo](#custom-TabBar)