Add dynamic builkd for rome/imex

This commit is contained in:
Patrick Fic
2025-10-24 14:59:48 -07:00
parent bc22c823f9
commit 6b16f5fa5e
10 changed files with 61 additions and 25 deletions

View File

@@ -10,8 +10,8 @@
"eject": "expo eject",
"setup:imex": "cp configs/imex/google-services.json ./google-services.json && cp configs/imex/GoogleService-Info.plist ./GoogleService-Info.plist",
"setup:rome": "cp configs/rome/google-services.json ./google-services.json && cp configs/rome/GoogleService-Info.plist ./GoogleService-Info.plist",
"start:imex": "npm run setup:imex && APP_VARIANT=IMEX npm start",
"start:rome": "npm run setup:rome && APP_VARIANT=ROME npm start",
"start:imex": "npm run setup:imex && npm start",
"start:rome": "npm run setup:rome && npm start",
"release:test": "expo publish --release-channel test",
"release:production": "expo publish --release-channel production",
"build:production": "eas build --profile production",