trails/apps/mobile
Ullrich Schäfer 204fd7084b
Configure EAS Build and fix expo-doctor issues
- Add eas.json with development, preview, and production profiles
- Link project to EAS (projectId: 93c75cae-fecf-4ce5-8cd8-c823760b12e2)
- Add expo-dev-client, expo-constants, expo-linking dependencies
- Remove eas-cli from project deps (use globally)
- Add ITSAppUsesNonExemptEncryption to iOS infoPlist
- Use catalog react with expo.install.exclude to skip version check
- Fix slug to match EAS project registration
- Run pnpm dedupe to resolve duplicate react across workspaces

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 01:35:15 +02:00
..
app Add route detail screen with metadata and action buttons 2026-04-13 01:15:41 +02:00
assets Initialize Expo mobile app with tab navigation and monorepo support 2026-04-12 23:05:57 +02:00
lib Build Routes tab with paginated list and Zod-validated API responses 2026-04-13 01:15:40 +02:00
.gitignore Initialize Expo mobile app with tab navigation and monorepo support 2026-04-12 23:05:57 +02:00
app.config.ts Configure EAS Build and fix expo-doctor issues 2026-04-13 01:35:15 +02:00
eas.json Configure EAS Build and fix expo-doctor issues 2026-04-13 01:35:15 +02:00
index.ts Initialize Expo mobile app with tab navigation and monorepo support 2026-04-12 23:05:57 +02:00
package.json Configure EAS Build and fix expo-doctor issues 2026-04-13 01:35:15 +02:00
tsconfig.json Standardize monorepo pipeline: test, lint, typecheck across all workspaces 2026-04-13 00:00:43 +02:00