attik-mobile/attik-mobile). It is an Expo app (Expo ~54, expo-router); entry and scripts are in package.json (expo start, expo start --ios, expo start --android). App identity and native config are in app.config.js: name "Attik Mobile", slug "attik-mobile", URL scheme "attikmobile", plus iOS and Android blocks (icons, Google Maps via EXPO_PUBLIC_GOOGLE_MAPS_API_KEY). There is no eas.json in the repo, so EAS Build and EAS Submit are not yet configured; adding them is in scope for store builds and TestFlight. The app reads backend URL and API key from constants/config.ts (env: EXPO_PUBLIC_API_URL, EXPO_PUBLIC_API_KEY); production or staged builds will need the correct API base URL. No CI workflows were found under .github; defining a build/deploy pipeline (e.g. EAS Build + optional submit) is in scope. Decisions needed: store accounts, signing and provisioning, and whether to use EAS Submit for TestFlight/Play internal testing.EXPO_PUBLIC_API_URL). If the deployed app must hit a specific environment (e.g. production API base URL), that is configuration in the mobile appβs build/env (e.g. EAS environment variables); the backend does not need deploy changes for this. Deep links or universal links for the mobile app, if any, would use the scheme/config in attik-mobile/app.config.js; no frontend changes required for this task.attik-mobile/app.config.js; env/API: attik-mobile/constants/config.ts; README: attik-mobile/README.mdPlease authenticate to join the conversation.
Completed
Main App
4 months ago
Linear
Get notified by email when there are changes.
Completed
Main App
4 months ago
Linear
Get notified by email when there are changes.