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>
This commit is contained in:
parent
00d9800214
commit
204fd7084b
5 changed files with 575 additions and 722 deletions
|
|
@ -6,7 +6,7 @@
|
|||
- [x] 1.1.2 Configure pnpm workspace to include `apps/mobile` and resolve shared packages (`@trails-cool/types`, `@trails-cool/gpx`, `@trails-cool/i18n`)
|
||||
- [x] 1.1.3 Set up Expo Router with bottom tab navigation (Map, Routes, Activities, Profile) and placeholder screens
|
||||
- [x] 1.1.4 Add app icon, splash screen, and `app.config.ts` with bundle identifiers for iOS and Android
|
||||
- [ ] 1.1.5 Configure EAS Build for development and preview profiles
|
||||
- [x] 1.1.5 Configure EAS Build for development and preview profiles
|
||||
|
||||
### 1.2 API Contract Package
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue