Initial consolidatio of rome and imex versions.

This commit is contained in:
Patrick Fic
2025-10-24 11:29:14 -07:00
parent 75ee01e896
commit bc22c823f9
15 changed files with 295 additions and 23 deletions

View File

@@ -4,11 +4,14 @@
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start": "expo start --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"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",
"release:test": "expo publish --release-channel test",
"release:production": "expo publish --release-channel production",
"build:production": "eas build --profile production",