You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/mobile/README.md
+64-3Lines changed: 64 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,70 @@ The native lint task runs SwiftLint for Swift plus ktlint and detekt for Kotlin.
91
91
92
92
CI uses Expo fingerprinting with the `preview:dev` profile to reuse an existing compatible build when possible, or start a new internal EAS build when native runtime inputs change. Production and default local builds continue to use the `appVersion` runtime policy.
93
93
94
-
For preview or production EAS environments, set `T3CODE_CLERK_PUBLISHABLE_KEY`,
95
-
`T3CODE_CLERK_JWT_TEMPLATE`, and `T3CODE_RELAY_URL`
96
-
as EAS environment variables. Expo config maps the canonical values into the mobile build.
94
+
### EAS environment variables
95
+
96
+
EAS build servers read the EAS-hosted environment, **not this checkout**. `eas build`
97
+
archives the project with git, so every gitignored file — including the repository-root
98
+
`.env` and `.env.local` — is absent on the builder. Anything `app.config.ts` needs must
99
+
therefore exist in the EAS environment for `production`, `preview`, and `development`:
0 commit comments