feat(mobile): replace starter template with dashboard-driven app flow

This commit is contained in:
2026-03-07 10:20:00 +00:00
parent d03b22a99f
commit 64684eaae6
34 changed files with 4645 additions and 895 deletions

5
MobileApp/.env.example Normal file
View File

@@ -0,0 +1,5 @@
# SecureCam backend base URL consumed by the mobile app.
# iOS simulator: http://localhost:3000
# Android emulator: http://10.0.2.2:3000
# Physical device: http://<your-lan-ip>:3000
EXPO_PUBLIC_API_BASE_URL=http://localhost:3000