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

https://github.com/luizrebelatto/navigation-app-article

App with stack navigation, tab navigation and stack navigation
https://github.com/luizrebelatto/navigation-app-article

javascript navigation react-native stack-navigation tab-navigation typescript

Last synced: 6 months ago
JSON representation

App with stack navigation, tab navigation and stack navigation

Awesome Lists containing this project

README

          

# Navigation App Article

## 📒 About Project

Project with mixed navigation types

## 🛠️ Technologies
- React Native
- Typescript
- Javascript
- React navigation v6

## 📚 Libs
- @react-navigation/bottom-tabs
- @react-navigation/native
- @react-navigation/native-stack
- React navigation v6

## 🏛️ Structure
```
├── src
│ ├── routes
│ │ ├── groupScreen.routes.tsx
│ │ ├── index.tsx
│ │ ├── navigation.types.ts
│ │ ├── stack.route.tsx
│ │ └── tab.route.tsx
│ └── screens
│ ├── ScreenOne
│ │ └── index.tsx
│ └── Tabs
│ ├── GroupTabs
│ │ ├── TabThree
│ │ │ └── index.tsx
│ │ └── TabTwo
│ │ └── index.tsx
│ └── TabOne
│ └── index.tsx
├── app.tsx
```

## ▶️ Features

- Navigation between screens
- Navigation by tabs

### 📱 App Screenshots

https://github.com/user-attachments/assets/fe63d5a1-1063-4583-9872-f09fa319ef85

### 💻 Articles

- EN [Link Dev.to](https://dev.to/luizrebelatto/stack-screen-bottom-tab-navigation-stack-screen-4flo)

- PT-BR [Link Medium](https://medium.com/@lbrebelatto/stack-screen-bottom-tab-navigation-stack-screen-515e7330a99a)