Skip to main content

Overview

La app móvil de VIVLA está construida con React Native y Expo, usando Expo Router para navegación.

Estructura del proyecto

vivla-mobile/
├── app/               # Rutas (Expo Router)
├── components/        # Componentes reutilizables
├── hooks/             # Custom hooks
├── services/          # Llamadas a API
├── store/             # Estado global
├── assets/            # Imágenes y fuentes
└── docs/              # Docs locales (agregados aquí)

Secciones