FlotillasGPS - Sistema completo de monitoreo de flotillas GPS
Sistema completo para monitoreo y gestion de flotas de vehiculos con: - Backend FastAPI con PostgreSQL/TimescaleDB - Frontend React con TypeScript y TailwindCSS - App movil React Native con Expo - Soporte para dispositivos GPS, Meshtastic y celulares - Video streaming en vivo con MediaMTX - Geocercas, alertas, viajes y reportes - Autenticacion JWT y WebSockets en tiempo real Documentacion completa y guias de usuario incluidas.
This commit is contained in:
6
mobile/App.tsx
Normal file
6
mobile/App.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* App.tsx - Entry point for Expo
|
||||
* Re-exports the main App component from src
|
||||
*/
|
||||
|
||||
export { default } from './src/App';
|
||||
Reference in New Issue
Block a user