Additional Expo deployment fixes.

This commit is contained in:
Patrick Fic
2023-08-04 11:00:15 -07:00
parent 3671a7f45d
commit 31735b947a
2 changed files with 20 additions and 9 deletions

View File

@@ -5,15 +5,20 @@
"build": {
"development": {
"developmentClient": true,
"distribution": "internal"
"distribution": "internal",
"channel": "development"
},
"test": {
"releaseChannel": "test",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
},
"production": {
"releaseChannel": "production",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
"env": {
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
}
}
},
"submit": {