Files
task-team/mobile/app.json
Admin db81100b5b React Native Expo app — full mobile client
- Expo SDK 54, expo-router, NativeWind
- 7 screens: login, tasks, calendar, goals, chat, settings, tabs
- API client (api.hasdo.info), SecureStore auth, AuthContext
- Tab navigation: Ukoly, Kalendar, Cile, Chat, Nastaveni
- Pull-to-refresh, FAB, group colors, priority dots
- Calendar grid with task dots
- AI chat with keyboard avoiding
- Web export verified (780 modules, 1.5MB bundle)
- Bundle ID: info.hasdo.taskteam

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 15:09:35 +00:00

42 lines
893 B
JSON

{
"expo": {
"name": "Task Team",
"slug": "task-team",
"version": "1.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "automatic",
"splash": {
"image": "./assets/splash-icon.png",
"resizeMode": "contain",
"backgroundColor": "#3B82F6"
},
"ios": {
"supportsTablet": true,
"bundleIdentifier": "info.hasdo.taskteam"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#3B82F6"
},
"package": "info.hasdo.taskteam"
},
"web": {
"bundler": "metro"
},
"scheme": "taskteam",
"plugins": [
"expo-router",
"expo-secure-store",
[
"expo-notifications",
{
"icon": "./assets/icon.png",
"color": "#3B82F6"
}
]
]
}
}